Class ArchivedFlowNode

java.lang.Object
org.bonitasoft.web.client.model.ArchivedFlowNode
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class ArchivedFlowNode extends Object implements Serializable
ArchivedFlowNode
See Also:
  • Field Details

  • Constructor Details

    • ArchivedFlowNode

      public ArchivedFlowNode()
  • Method Details

    • id

      public ArchivedFlowNode id(String id)
    • getId

      @Nullable public String getId()
      the flow node id
      Returns:
      id
    • setId

      public void setId(String id)
    • displayDescription

      public ArchivedFlowNode displayDescription(String displayDescription)
    • getDisplayDescription

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

      public void setDisplayDescription(String displayDescription)
    • executedBySubstitute

      public ArchivedFlowNode executedBySubstitute(String executedBySubstitute)
    • 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)
    • caseId

      public ArchivedFlowNode caseId(String caseId)
    • getCaseId

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

      public void setCaseId(String caseId)
    • parentCaseId

      public ArchivedFlowNode parentCaseId(String parentCaseId)
    • 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)
    • rootCaseId

      public ArchivedFlowNode rootCaseId(String rootCaseId)
    • 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)
    • processId

      public ArchivedFlowNode processId(String processId)
    • getProcessId

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

      public void setProcessId(String processId)
    • rootContainerId

      public ArchivedFlowNode rootContainerId(String rootContainerId)
    • 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)
    • state

      public ArchivedFlowNode state(String state)
    • getState

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

      public void setState(String state)
    • type

      public ArchivedFlowNode type(String type)
    • getType

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

      public void setType(String type)
    • assignedId

      public ArchivedFlowNode assignedId(String assignedId)
    • 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)
    • assignedDate

      public ArchivedFlowNode assignedDate(String assignedDate)
    • 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)
    • executedBy

      public ArchivedFlowNode executedBy(String executedBy)
    • 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)
    • priority

      public ArchivedFlowNode priority(String priority)
    • getPriority

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

      public void setPriority(String priority)
    • actorId

      public ArchivedFlowNode actorId(String actorId)
    • 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)
    • description

      public ArchivedFlowNode description(String description)
    • getDescription

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

      public void setDescription(String description)
    • name

      public ArchivedFlowNode name(String name)
    • getName

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

      public void setName(String name)
    • reachedStateDate

      public ArchivedFlowNode reachedStateDate(String reachedStateDate)
    • 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)
    • displayName

      public ArchivedFlowNode displayName(String displayName)
    • getDisplayName

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

      public void setDisplayName(String displayName)
    • dueDate

      public ArchivedFlowNode dueDate(String dueDate)
    • 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)
    • lastUpdateDate

      public ArchivedFlowNode lastUpdateDate(String lastUpdateDate)
    • 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)
    • sourceObjectId

      public ArchivedFlowNode sourceObjectId(String sourceObjectId)
    • getSourceObjectId

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

      public void setSourceObjectId(String sourceObjectId)
    • archivedDate

      public ArchivedFlowNode archivedDate(String archivedDate)
    • 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)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object