Package org.bonitasoft.web.client.model
Class ArchivedManualTask
- java.lang.Object
-
- org.bonitasoft.web.client.model.ArchivedManualTask
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ArchivedManualTask extends Object implements Serializable
ArchivedManualTask- See Also:
- Serialized Form
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ArchivedManualTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArchivedManualTaskactorId(String actorId)ArchivedManualTaskarchivedDate(String archivedDate)ArchivedManualTaskassignedDate(String assignedDate)ArchivedManualTaskassignedId(String assignedId)ArchivedManualTaskdescription(String description)ArchivedManualTaskdisplayDescription(String displayDescription)ArchivedManualTaskdisplayName(String displayName)ArchivedManualTaskdueDate(String dueDate)booleanequals(Object o)ArchivedManualTaskexecutedBy(String executedBy)ArchivedManualTaskexecutedBySubstitute(String executedBySubstitute)StringgetActorId()the id of the actor that can execute this task 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 task was assigned for example '2014-10-17 16:05:42.626'StringgetAssignedId()the user id that this task is assigned to or 0 if it is unassignedStringgetDescription()the task descriptionStringgetDisplayDescription()the human readable task descriptionStringgetDisplayName()the human readable task nameStringgetDueDate()the date ('yyyy-MM-dd HH:mm:ss.SSS') when this task is due for example '2014-10-17 16:05:42.626'StringgetExecutedBy()the id of the user who performed this task.StringgetExecutedBySubstitute()the id of the user who did actually performed the task when it has been done in the name of someone else.StringgetId()the task idBooleangetIsTerminal()True if the task is the last one in a flowStringgetLastUpdateDate()the date ('yyyy-MM-dd HH:mm:ss.SSS') when this task was last updated for example '2014-10-17 16:05:42.626)StringgetName()the task technical nameStringgetParentCaseId()the immediate containing process instance id (case id)StringgetParentTaskId()the parent Task idStringgetPriority()the priority (string) of the current taskStringgetProcessId()the process definition id of the process instance which define this taskStringgetReachedStateDate()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'StringgetRootCaseId()the top/root process instance id (case id).StringgetRootContainerId()same as rootCaseIdStringgetSourceObjectId()the original id of the task before it was archivedActivityStategetState()Get stateStringgetType()the task typeinthashCode()ArchivedManualTaskid(String id)ArchivedManualTaskisTerminal(Boolean isTerminal)ArchivedManualTasklastUpdateDate(String lastUpdateDate)ArchivedManualTaskname(String name)ArchivedManualTaskparentCaseId(String parentCaseId)ArchivedManualTaskparentTaskId(String parentTaskId)ArchivedManualTaskpriority(String priority)ArchivedManualTaskprocessId(String processId)ArchivedManualTaskreachedStateDate(String reachedStateDate)ArchivedManualTaskrootCaseId(String rootCaseId)ArchivedManualTaskrootContainerId(String rootContainerId)voidsetActorId(String actorId)voidsetArchivedDate(String archivedDate)voidsetAssignedDate(String assignedDate)voidsetAssignedId(String assignedId)voidsetDescription(String description)voidsetDisplayDescription(String displayDescription)voidsetDisplayName(String displayName)voidsetDueDate(String dueDate)voidsetExecutedBy(String executedBy)voidsetExecutedBySubstitute(String executedBySubstitute)voidsetId(String id)voidsetIsTerminal(Boolean isTerminal)voidsetLastUpdateDate(String lastUpdateDate)voidsetName(String name)voidsetParentCaseId(String parentCaseId)voidsetParentTaskId(String parentTaskId)voidsetPriority(String priority)voidsetProcessId(String processId)voidsetReachedStateDate(String reachedStateDate)voidsetRootCaseId(String rootCaseId)voidsetRootContainerId(String rootContainerId)voidsetSourceObjectId(String sourceObjectId)voidsetState(ActivityState state)voidsetType(String type)ArchivedManualTasksourceObjectId(String sourceObjectId)ArchivedManualTaskstate(ActivityState state)StringtoString()ArchivedManualTasktype(String type)
-
-
-
Field Detail
-
JSON_PROPERTY_ID
public static final String JSON_PROPERTY_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DISPLAY_NAME
public static final String JSON_PROPERTY_DISPLAY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DESCRIPTION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DISPLAY_DESCRIPTION
public static final String JSON_PROPERTY_DISPLAY_DESCRIPTION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_STATE
public static final String JSON_PROPERTY_STATE
- 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_LAST_UPDATE_DATE
public static final String JSON_PROPERTY_LAST_UPDATE_DATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DUE_DATE
public static final String JSON_PROPERTY_DUE_DATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PRIORITY
public static final String JSON_PROPERTY_PRIORITY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PROCESS_ID
public static final String JSON_PROPERTY_PROCESS_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_PARENT_TASK_ID
public static final String JSON_PROPERTY_PARENT_TASK_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_ROOT_CONTAINER_ID
public static final String JSON_PROPERTY_ROOT_CONTAINER_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_EXECUTED_BY
public static final String JSON_PROPERTY_EXECUTED_BY
- 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_ACTOR_ID
public static final String JSON_PROPERTY_ACTOR_ID
- 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_IS_TERMINAL
public static final String JSON_PROPERTY_IS_TERMINAL
- 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 ArchivedManualTask id(String id)
-
setId
public void setId(String id)
-
type
public ArchivedManualTask type(String type)
-
setType
public void setType(String type)
-
name
public ArchivedManualTask name(String name)
-
setName
public void setName(String name)
-
displayName
public ArchivedManualTask displayName(String displayName)
-
getDisplayName
@Nullable public String getDisplayName()
the human readable task name- Returns:
- displayName
-
setDisplayName
public void setDisplayName(String displayName)
-
description
public ArchivedManualTask description(String description)
-
setDescription
public void setDescription(String description)
-
displayDescription
public ArchivedManualTask displayDescription(String displayDescription)
-
getDisplayDescription
@Nullable public String getDisplayDescription()
the human readable task description- Returns:
- displayDescription
-
setDisplayDescription
public void setDisplayDescription(String displayDescription)
-
state
public ArchivedManualTask state(ActivityState state)
-
getState
@Nullable public ActivityState getState()
Get state- Returns:
- state
-
setState
public void setState(ActivityState state)
-
reachedStateDate
public ArchivedManualTask reachedStateDate(String reachedStateDate)
-
getReachedStateDate
@Nullable public String 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
public void setReachedStateDate(String reachedStateDate)
-
lastUpdateDate
public ArchivedManualTask lastUpdateDate(String lastUpdateDate)
-
getLastUpdateDate
@Nullable public String 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
public void setLastUpdateDate(String lastUpdateDate)
-
dueDate
public ArchivedManualTask dueDate(String dueDate)
-
getDueDate
@Nullable public String 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
public void setDueDate(String dueDate)
-
priority
public ArchivedManualTask priority(String priority)
-
getPriority
@Nullable public String getPriority()
the priority (string) of the current task- Returns:
- priority
-
setPriority
public void setPriority(String priority)
-
processId
public ArchivedManualTask processId(String processId)
-
getProcessId
@Nullable public String getProcessId()
the process definition id of the process instance which define this task- Returns:
- processId
-
setProcessId
public void setProcessId(String processId)
-
parentCaseId
public ArchivedManualTask parentCaseId(String parentCaseId)
-
getParentCaseId
@Nullable public String getParentCaseId()
the immediate containing process instance id (case id)- Returns:
- parentCaseId
-
setParentCaseId
public void setParentCaseId(String parentCaseId)
-
parentTaskId
public ArchivedManualTask parentTaskId(String parentTaskId)
-
setParentTaskId
public void setParentTaskId(String parentTaskId)
-
rootCaseId
public ArchivedManualTask rootCaseId(String rootCaseId)
-
getRootCaseId
@Nullable public String 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
public void setRootCaseId(String rootCaseId)
-
rootContainerId
public ArchivedManualTask rootContainerId(String rootContainerId)
-
getRootContainerId
@Nullable public String getRootContainerId()
same as rootCaseId- Returns:
- rootContainerId
-
setRootContainerId
public void setRootContainerId(String rootContainerId)
-
executedBy
public ArchivedManualTask executedBy(String executedBy)
-
getExecutedBy
@Nullable public String 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
public void setExecutedBy(String executedBy)
-
executedBySubstitute
public ArchivedManualTask executedBySubstitute(String executedBySubstitute)
-
getExecutedBySubstitute
@Nullable public String 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
public void setExecutedBySubstitute(String executedBySubstitute)
-
actorId
public ArchivedManualTask actorId(String actorId)
-
getActorId
@Nullable public String getActorId()
the id of the actor that can execute this task null otherwise- Returns:
- actorId
-
setActorId
public void setActorId(String actorId)
-
assignedId
public ArchivedManualTask assignedId(String assignedId)
-
getAssignedId
@Nullable public String getAssignedId()
the user id that this task is assigned to or 0 if it is unassigned- Returns:
- assignedId
-
setAssignedId
public void setAssignedId(String assignedId)
-
assignedDate
public ArchivedManualTask assignedDate(String assignedDate)
-
getAssignedDate
@Nullable public String 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
public void setAssignedDate(String assignedDate)
-
isTerminal
public ArchivedManualTask isTerminal(Boolean isTerminal)
-
getIsTerminal
@Nullable public Boolean getIsTerminal()
True if the task is the last one in a flow- Returns:
- isTerminal
-
setIsTerminal
public void setIsTerminal(Boolean isTerminal)
-
sourceObjectId
public ArchivedManualTask sourceObjectId(String sourceObjectId)
-
getSourceObjectId
@Nullable public String getSourceObjectId()
the original id of the task before it was archived- Returns:
- sourceObjectId
-
setSourceObjectId
public void setSourceObjectId(String sourceObjectId)
-
archivedDate
public ArchivedManualTask 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)
-
-