Package org.bonitasoft.web.client.model
Class UserTask
java.lang.Object
org.bonitasoft.web.client.model.UserTask
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class UserTask
extends Object
implements Serializable
UserTask
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassignedDate(String assignedDate) assignedId(String assignedId) description(String description) displayDescription(String displayDescription) displayName(String displayName) booleanexecutedBy(String executedBy) executedBySubstitute(String executedBySubstitute) the id of the actor that can execute this task null otherwisethe date ('yyyy-MM-dd HH:mm:ss.SSS') when the current task was assigned for example '2014-10-17 16:05:42.626'the user id that this task is assigned to or 0 if it is unassignedthe task descriptionthe human readable task descriptionthe human readable task namethe date ('yyyy-MM-dd HH:mm:ss.SSS') when this task is due for example '2014-10-17 16:05:42.626'the id of the user who performed this task.the id of the user who did actually performed the task when it has been done in the name of someone else.getId()the task idTrue if the task is the last one in a flowthe date ('yyyy-MM-dd HH:mm:ss.SSS') when this task was last updated for example '2014-10-17 16:05:42.626)getName()the task technical namethe immediate containing process instance id (case id)the parent Task idthe priority (string) of the current taskthe process definition id of the process instance which define this taskthe date ('yyyy-MM-dd HH:mm:ss.SSS') when this task reached the current state for example '2014-10-17 16:05:42.626'the top/root process instance id (case id).same as rootCaseIdgetState()Get stategetType()the task typeinthashCode()isTerminal(Boolean isTerminal) lastUpdateDate(String lastUpdateDate) parentCaseId(String parentCaseId) parentTaskId(String parentTaskId) reachedStateDate(String reachedStateDate) rootCaseId(String rootCaseId) rootContainerId(String rootContainerId) voidsetActorId(String actorId) voidsetAssignedDate(String assignedDate) voidsetAssignedId(String assignedId) voidsetDescription(String description) voidsetDisplayDescription(String displayDescription) voidsetDisplayName(String displayName) voidsetDueDate(String dueDate) voidsetExecutedBy(String executedBy) voidsetExecutedBySubstitute(String executedBySubstitute) voidvoidsetIsTerminal(Boolean isTerminal) voidsetLastUpdateDate(String lastUpdateDate) voidvoidsetParentCaseId(String parentCaseId) voidsetParentTaskId(String parentTaskId) voidsetPriority(String priority) voidsetProcessId(String processId) voidsetReachedStateDate(String reachedStateDate) voidsetRootCaseId(String rootCaseId) voidsetRootContainerId(String rootContainerId) voidsetState(ActivityState state) voidstate(ActivityState state) toString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_DISPLAY_NAME
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_DISPLAY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_STATE
- See Also:
-
JSON_PROPERTY_REACHED_STATE_DATE
- See Also:
-
JSON_PROPERTY_LAST_UPDATE_DATE
- See Also:
-
JSON_PROPERTY_DUE_DATE
- See Also:
-
JSON_PROPERTY_PRIORITY
- See Also:
-
JSON_PROPERTY_PROCESS_ID
- See Also:
-
JSON_PROPERTY_PARENT_CASE_ID
- See Also:
-
JSON_PROPERTY_PARENT_TASK_ID
- See Also:
-
JSON_PROPERTY_ROOT_CASE_ID
- See Also:
-
JSON_PROPERTY_ROOT_CONTAINER_ID
- See Also:
-
JSON_PROPERTY_EXECUTED_BY
- See Also:
-
JSON_PROPERTY_EXECUTED_BY_SUBSTITUTE
- See Also:
-
JSON_PROPERTY_ACTOR_ID
- See Also:
-
JSON_PROPERTY_ASSIGNED_ID
- See Also:
-
JSON_PROPERTY_ASSIGNED_DATE
- See Also:
-
JSON_PROPERTY_IS_TERMINAL
- See Also:
-
-
Constructor Details
-
UserTask
public UserTask()
-
-
Method Details
-
id
-
getId
the task id- Returns:
- id
-
setId
-
type
-
getType
the task type- Returns:
- type
-
setType
-
name
-
getName
the task technical name- Returns:
- name
-
setName
-
displayName
-
getDisplayName
the human readable task name- Returns:
- displayName
-
setDisplayName
-
description
-
getDescription
the task description- Returns:
- description
-
setDescription
-
displayDescription
-
getDisplayDescription
the human readable task description- Returns:
- displayDescription
-
setDisplayDescription
-
state
-
getState
Get state- Returns:
- state
-
setState
-
reachedStateDate
-
getReachedStateDate
the date ('yyyy-MM-dd HH:mm:ss.SSS') when this task reached the current state for example '2014-10-17 16:05:42.626'- Returns:
- reachedStateDate
-
setReachedStateDate
-
lastUpdateDate
-
getLastUpdateDate
the date ('yyyy-MM-dd HH:mm:ss.SSS') when this task was last updated for example '2014-10-17 16:05:42.626)- Returns:
- lastUpdateDate
-
setLastUpdateDate
-
dueDate
-
getDueDate
the date ('yyyy-MM-dd HH:mm:ss.SSS') when this task is due for example '2014-10-17 16:05:42.626'- Returns:
- dueDate
-
setDueDate
-
priority
-
getPriority
the priority (string) of the current task- Returns:
- priority
-
setPriority
-
processId
-
getProcessId
the process definition id of the process instance which define this task- Returns:
- processId
-
setProcessId
-
parentCaseId
-
getParentCaseId
the immediate containing process instance id (case id)- Returns:
- parentCaseId
-
setParentCaseId
-
parentTaskId
-
getParentTaskId
the parent Task id- Returns:
- parentTaskId
-
setParentTaskId
-
rootCaseId
-
getRootCaseId
the top/root process instance id (case id). In case of an \"event sub process\" `parentCaseId` will the id of the process instance called while `rootCaseId` will be the one from the caller process instance- Returns:
- rootCaseId
-
setRootCaseId
-
rootContainerId
-
getRootContainerId
same as rootCaseId- Returns:
- rootContainerId
-
setRootContainerId
-
executedBy
-
getExecutedBy
the id of the user who performed this task. The task has to be a human task otherwise its value will be 0- Returns:
- executedBy
-
setExecutedBy
-
executedBySubstitute
-
getExecutedBySubstitute
the id of the user who did actually performed the task when it has been done in the name of someone else. Value is 0 otherwise- Returns:
- executedBySubstitute
-
setExecutedBySubstitute
-
actorId
-
getActorId
the id of the actor that can execute this task null otherwise- Returns:
- actorId
-
setActorId
-
assignedId
-
getAssignedId
the user id that this task is assigned to or 0 if it is unassigned- Returns:
- assignedId
-
setAssignedId
-
assignedDate
-
getAssignedDate
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:
- assignedDate
-
setAssignedDate
-
isTerminal
-
getIsTerminal
True if the task is the last one in a flow- Returns:
- isTerminal
-
setIsTerminal
-
equals
-
hashCode
public int hashCode() -
toString
-