Class ArchivedFlowNode

    • Constructor Detail

      • ArchivedFlowNode

        public ArchivedFlowNode()
    • Method Detail

      • setId

        public void setId​(String id)
      • getDisplayDescription

        @Nullable
        public String getDisplayDescription()
        the human readable flow node description
        Returns:
        displayDescription
      • setDisplayDescription

        public void setDisplayDescription​(String displayDescription)
      • getExecutedBySubstitute

        @Nullable
        public String getExecutedBySubstitute()
        the id of the user who really performed this flow node when a substitute did it, or 0 if the flow node was not performed by a substitute
        Returns:
        executedBySubstitute
      • setExecutedBySubstitute

        public void setExecutedBySubstitute​(String executedBySubstitute)
      • getCaseId

        @Nullable
        public String getCaseId()
        the process instance id that is associated with this flow node
        Returns:
        caseId
      • setCaseId

        public void setCaseId​(String caseId)
      • getParentCaseId

        @Nullable
        public String getParentCaseId()
        the parent process instance id that is associated with this flow node's case
        Returns:
        parentCaseId
      • setParentCaseId

        public void setParentCaseId​(String parentCaseId)
      • getRootCaseId

        @Nullable
        public String getRootCaseId()
        the root process instance initiator id that is associated with this flow node's case
        Returns:
        rootCaseId
      • setRootCaseId

        public void setRootCaseId​(String rootCaseId)
      • getProcessId

        @Nullable
        public String getProcessId()
        the process id that is associated with this flow node
        Returns:
        processId
      • setProcessId

        public void setProcessId​(String processId)
      • getRootContainerId

        @Nullable
        public String getRootContainerId()
        the root process id of the root process instance that is associated with this flow node
        Returns:
        rootContainerId
      • setRootContainerId

        public void setRootContainerId​(String rootContainerId)
      • getState

        @Nullable
        public String getState()
        the current state of the flow node (ready, completed, failed)
        Returns:
        state
      • setState

        public void setState​(String state)
      • getType

        @Nullable
        public String getType()
        the flow node type
        Returns:
        type
      • setType

        public void setType​(String type)
      • getAssignedId

        @Nullable
        public String getAssignedId()
        the user id that this flow node is assigned to, or 0 if it is unassigned
        Returns:
        assignedId
      • setAssignedId

        public void setAssignedId​(String assignedId)
      • getAssignedDate

        @Nullable
        public String getAssignedDate()
        the date ('yyyy-MM-dd HH:mm:ss.SSS') when the current flow node was assigned, for example '2014-10-17 16:05:42.626'
        Returns:
        assignedDate
      • setAssignedDate

        public void setAssignedDate​(String assignedDate)
      • getExecutedBy

        @Nullable
        public String getExecutedBy()
        the id of the user who executed the flow node, or 0 if the flow node has not been executed
        Returns:
        executedBy
      • setExecutedBy

        public void setExecutedBy​(String executedBy)
      • getPriority

        @Nullable
        public String getPriority()
        the priority of the current flow node
        Returns:
        priority
      • setPriority

        public void setPriority​(String priority)
      • getActorId

        @Nullable
        public String getActorId()
        the id of the actor that can execute this flow node, null otherwise
        Returns:
        actorId
      • setActorId

        public void setActorId​(String actorId)
      • getDescription

        @Nullable
        public String getDescription()
        the flow node description
        Returns:
        description
      • setDescription

        public void setDescription​(String description)
      • getName

        @Nullable
        public String getName()
        the flow node name
        Returns:
        name
      • setName

        public void setName​(String name)
      • getReachedStateDate

        @Nullable
        public String getReachedStateDate()
        the date ('yyyy-MM-dd HH:mm:ss.SSS') when this flow node reached the current state, for example '2014-10-17 16:05:42.626'
        Returns:
        reachedStateDate
      • setReachedStateDate

        public void setReachedStateDate​(String reachedStateDate)
      • getDisplayName

        @Nullable
        public String getDisplayName()
        the display name of this flow node
        Returns:
        displayName
      • setDisplayName

        public void setDisplayName​(String displayName)
      • getDueDate

        @Nullable
        public String getDueDate()
        the date ('yyyy-MM-dd HH:mm:ss.SSS') when this flow node is due, for example '2014-10-17 16:05:42.626'
        Returns:
        dueDate
      • setDueDate

        public void setDueDate​(String dueDate)
      • getLastUpdateDate

        @Nullable
        public String getLastUpdateDate()
        the date ('yyyy-MM-dd HH:mm:ss.SSS') when this flow node was last updated, for example '2014-10-17 16:05:42.626)
        Returns:
        lastUpdateDate
      • setLastUpdateDate

        public void setLastUpdateDate​(String lastUpdateDate)
      • parentTaskIdDoubleQuote

        public ArchivedFlowNode parentTaskIdDoubleQuote​(String parentTaskIdDoubleQuote)
      • getParentTaskIdDoubleQuote

        @Nullable
        public String getParentTaskIdDoubleQuote()
        in case of a subtask, the parent task id
        Returns:
        parentTaskIdDoubleQuote
      • setParentTaskIdDoubleQuote

        public void setParentTaskIdDoubleQuote​(String parentTaskIdDoubleQuote)
      • getSourceObjectId

        @Nullable
        public String getSourceObjectId()
        the original id of the flowNode before it was archived
        Returns:
        sourceObjectId
      • setSourceObjectId

        public void setSourceObjectId​(String sourceObjectId)
      • getArchivedDate

        @Nullable
        public String getArchivedDate()
        the date ('yyyy-MM-dd HH:mm:ss.SSS') when the current task was assigned for example '2014-10-17 16:05:42.626'
        Returns:
        archivedDate
      • setArchivedDate

        public void setArchivedDate​(String archivedDate)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object