Interface AbstractWorkflowItemObject

    • Method Detail

      • getWFItemId

        String getWFItemId()
        Returns the workflow-unique reference-ID of this element.
        Returns:
        Unique ID
      • setWFItemId

        void setWFItemId​(String id)
        Sets the workflow-unique reference-ID of this element.
        Parameters:
        id - Unique ID
      • getSemanticDescriptor

        DataObject getSemanticDescriptor()
        Returns additional information for this workflow-element.
        Returns:
        Additional information.
      • setSemanticDescriptor

        void setSemanticDescriptor​(DataObject newObject)
        Sets additional information for this workflow-element.
        Parameters:
        newObject - Additional information.
      • getWorkflow

        WorkflowObject getWorkflow()
        Returns the workflow associated with this controlflow-item.
        Returns:
        The workflow-object for this item.
      • setWorkflow

        void setWorkflow​(WorkflowObject workflow)
        Sets the workflow where this item is integrated.
        Parameters:
        workflow - The workflow for this item.