Interface IDfWorkflowAttachment

All Superinterfaces:
IDfPersistentObject, IDfTypedObject

public interface IDfWorkflowAttachment extends IDfPersistentObject
Interface definition for the type DmiWFAttachment.

Description: This object cannot be saved.

  • Method Details

    • getWorkflowId

      IDfId getWorkflowId() throws DfException
      Gets the workflow ID.
      Returns:
      the workflow ID of the object managing this attachment
      Throws:
      DfException - if a server error occurs
    • getComponentId

      IDfId getComponentId() throws DfException
      Gets the component ID of the bound object.
      Returns:
      an IDfId interface containing the bound object
      Throws:
      DfException - if a server error occurs
    • getComponentName

      String getComponentName() throws DfException
      Returns the component name, which is typically the object name of the object identified in r_component_id.
      Returns:
      the component name
      Throws:
      DfException
    • getComponentType

      String getComponentType() throws DfException
      Gets the component type, which is the type name of the bound component.
      Returns:
      the object type of the bound components
      Throws:
      DfException - if a server error occurs
    • getCreatorName

      String getCreatorName() throws DfException
      Returns the name of the creator. This method returns the value of the r_creator_name attribute of the object.
      Returns:
      the name of the creator
      Throws:
      DfException - if a server error occurs
    • getCreationDate

      IDfTime getCreationDate() throws DfException
      Returns the r_creation_date attribute of the object.
      Returns:
      the date this object is created
      Throws:
      DfException - if a server error occurs