Package org.bonitasoft.web.client.model
Class ArchivedFlowNode
- java.lang.Object
-
- org.bonitasoft.web.client.model.ArchivedFlowNode
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ArchivedFlowNode extends Object implements Serializable
ArchivedFlowNode- See Also:
- Serialized Form
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ArchivedFlowNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArchivedFlowNodeactorId(String actorId)ArchivedFlowNodearchivedDate(String archivedDate)ArchivedFlowNodeassignedDate(String assignedDate)ArchivedFlowNodeassignedId(String assignedId)ArchivedFlowNodecaseId(String caseId)ArchivedFlowNodedescription(String description)ArchivedFlowNodedisplayDescription(String displayDescription)ArchivedFlowNodedisplayName(String displayName)ArchivedFlowNodedueDate(String dueDate)booleanequals(Object o)ArchivedFlowNodeexecutedBy(String executedBy)ArchivedFlowNodeexecutedBySubstitute(String executedBySubstitute)StringgetActorId()the id of the actor that can execute this flow node, null otherwiseStringgetArchivedDate()the date ('yyyy-MM-dd HH:mm:ss.SSS') when the current task was assigned for example '2014-10-17 16:05:42.626'StringgetAssignedDate()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'StringgetAssignedId()the user id that this flow node is assigned to, or 0 if it is unassignedStringgetCaseId()the process instance id that is associated with this flow nodeStringgetDescription()the flow node descriptionStringgetDisplayDescription()the human readable flow node descriptionStringgetDisplayName()the display name of this flow nodeStringgetDueDate()the date ('yyyy-MM-dd HH:mm:ss.SSS') when this flow node is due, for example '2014-10-17 16:05:42.626'StringgetExecutedBy()the id of the user who executed the flow node, or 0 if the flow node has not been executedStringgetExecutedBySubstitute()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 substituteStringgetId()the flow node idStringgetLastUpdateDate()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)StringgetName()the flow node nameStringgetParentCaseId()the parent process instance id that is associated with this flow node's caseStringgetParentTaskIdDoubleQuote()in case of a subtask, the parent task idStringgetPriority()the priority of the current flow nodeStringgetProcessId()the process id that is associated with this flow nodeStringgetReachedStateDate()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'StringgetRootCaseId()the root process instance initiator id that is associated with this flow node's caseStringgetRootContainerId()the root process id of the root process instance that is associated with this flow nodeStringgetSourceObjectId()the original id of the flowNode before it was archivedStringgetState()the current state of the flow node (ready, completed, failed)StringgetType()the flow node typeinthashCode()ArchivedFlowNodeid(String id)ArchivedFlowNodelastUpdateDate(String lastUpdateDate)ArchivedFlowNodename(String name)ArchivedFlowNodeparentCaseId(String parentCaseId)ArchivedFlowNodeparentTaskIdDoubleQuote(String parentTaskIdDoubleQuote)ArchivedFlowNodepriority(String priority)ArchivedFlowNodeprocessId(String processId)ArchivedFlowNodereachedStateDate(String reachedStateDate)ArchivedFlowNoderootCaseId(String rootCaseId)ArchivedFlowNoderootContainerId(String rootContainerId)voidsetActorId(String actorId)voidsetArchivedDate(String archivedDate)voidsetAssignedDate(String assignedDate)voidsetAssignedId(String assignedId)voidsetCaseId(String caseId)voidsetDescription(String description)voidsetDisplayDescription(String displayDescription)voidsetDisplayName(String displayName)voidsetDueDate(String dueDate)voidsetExecutedBy(String executedBy)voidsetExecutedBySubstitute(String executedBySubstitute)voidsetId(String id)voidsetLastUpdateDate(String lastUpdateDate)voidsetName(String name)voidsetParentCaseId(String parentCaseId)voidsetParentTaskIdDoubleQuote(String parentTaskIdDoubleQuote)voidsetPriority(String priority)voidsetProcessId(String processId)voidsetReachedStateDate(String reachedStateDate)voidsetRootCaseId(String rootCaseId)voidsetRootContainerId(String rootContainerId)voidsetSourceObjectId(String sourceObjectId)voidsetState(String state)voidsetType(String type)ArchivedFlowNodesourceObjectId(String sourceObjectId)ArchivedFlowNodestate(String state)StringtoString()ArchivedFlowNodetype(String type)
-
-
-
Field Detail
-
JSON_PROPERTY_ID
public static final String JSON_PROPERTY_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DISPLAY_DESCRIPTION
public static final String JSON_PROPERTY_DISPLAY_DESCRIPTION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_EXECUTED_BY_SUBSTITUTE
public static final String JSON_PROPERTY_EXECUTED_BY_SUBSTITUTE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CASE_ID
public static final String JSON_PROPERTY_CASE_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PARENT_CASE_ID
public static final String JSON_PROPERTY_PARENT_CASE_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ROOT_CASE_ID
public static final String JSON_PROPERTY_ROOT_CASE_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PROCESS_ID
public static final String JSON_PROPERTY_PROCESS_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ROOT_CONTAINER_ID
public static final String JSON_PROPERTY_ROOT_CONTAINER_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_STATE
public static final String JSON_PROPERTY_STATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ASSIGNED_ID
public static final String JSON_PROPERTY_ASSIGNED_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ASSIGNED_DATE
public static final String JSON_PROPERTY_ASSIGNED_DATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_EXECUTED_BY
public static final String JSON_PROPERTY_EXECUTED_BY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PRIORITY
public static final String JSON_PROPERTY_PRIORITY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ACTOR_ID
public static final String JSON_PROPERTY_ACTOR_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DESCRIPTION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_REACHED_STATE_DATE
public static final String JSON_PROPERTY_REACHED_STATE_DATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DISPLAY_NAME
public static final String JSON_PROPERTY_DISPLAY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DUE_DATE
public static final String JSON_PROPERTY_DUE_DATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LAST_UPDATE_DATE
public static final String JSON_PROPERTY_LAST_UPDATE_DATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PARENT_TASK_ID_DOUBLE_QUOTE
public static final String JSON_PROPERTY_PARENT_TASK_ID_DOUBLE_QUOTE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SOURCE_OBJECT_ID
public static final String JSON_PROPERTY_SOURCE_OBJECT_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ARCHIVED_DATE
public static final String JSON_PROPERTY_ARCHIVED_DATE
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public ArchivedFlowNode id(String 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)
-
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)
-
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)
-
-