Package org.bonitasoft.web.client.model
Class FlowNode
- java.lang.Object
-
- org.bonitasoft.web.client.model.FlowNode
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class FlowNode extends Object implements Serializable
A flow node (gateway, event, or task) in an open instance of a process.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ACTOR_IDstatic StringJSON_PROPERTY_ASSIGNED_DATEstatic StringJSON_PROPERTY_ASSIGNED_IDstatic StringJSON_PROPERTY_CASE_IDstatic StringJSON_PROPERTY_DESCRIPTIONstatic StringJSON_PROPERTY_DISPLAY_DESCRIPTIONstatic StringJSON_PROPERTY_DISPLAY_NAMEstatic StringJSON_PROPERTY_DUE_DATEstatic StringJSON_PROPERTY_EXECUTED_BYstatic StringJSON_PROPERTY_EXECUTED_BY_SUBSTITUTEstatic StringJSON_PROPERTY_IDstatic StringJSON_PROPERTY_LAST_UPDATE_DATEstatic StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_PARENT_CASE_IDstatic StringJSON_PROPERTY_PARENT_TASK_ID_DOUBLE_QUOTEstatic StringJSON_PROPERTY_PRIORITYstatic StringJSON_PROPERTY_PROCESS_IDstatic StringJSON_PROPERTY_REACHED_STATE_DATEstatic StringJSON_PROPERTY_ROOT_CASE_IDstatic StringJSON_PROPERTY_ROOT_CONTAINER_IDstatic StringJSON_PROPERTY_STATEstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description FlowNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlowNodeactorId(String actorId)FlowNodeassignedDate(String assignedDate)FlowNodeassignedId(String assignedId)FlowNodecaseId(String caseId)FlowNodedescription(String description)FlowNodedisplayDescription(String displayDescription)FlowNodedisplayName(String displayName)FlowNodedueDate(String dueDate)booleanequals(Object o)FlowNodeexecutedBy(String executedBy)FlowNodeexecutedBySubstitute(String executedBySubstitute)StringgetActorId()the id of the actor that can execute this flow node, null otherwiseStringgetAssignedDate()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 nodeStringgetState()the current state of the flow node (ready, completed, failed)StringgetType()the flow node typeinthashCode()FlowNodeid(String id)FlowNodelastUpdateDate(String lastUpdateDate)FlowNodename(String name)FlowNodeparentCaseId(String parentCaseId)FlowNodeparentTaskIdDoubleQuote(String parentTaskIdDoubleQuote)FlowNodepriority(String priority)FlowNodeprocessId(String processId)FlowNodereachedStateDate(String reachedStateDate)FlowNoderootCaseId(String rootCaseId)FlowNoderootContainerId(String rootContainerId)voidsetActorId(String actorId)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)voidsetState(String state)voidsetType(String type)FlowNodestate(String state)StringtoString()FlowNodetype(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
-
-
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)
-
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)
-
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)
-
getParentTaskIdDoubleQuote
@Nullable public String getParentTaskIdDoubleQuote()
in case of a subtask, the parent task id- Returns:
- parentTaskIdDoubleQuote
-
setParentTaskIdDoubleQuote
public void setParentTaskIdDoubleQuote(String parentTaskIdDoubleQuote)
-
-