Package org.openapitools.client.model
Class HistoricTaskInstanceDto
- java.lang.Object
-
- org.openapitools.client.model.HistoricTaskInstanceDto
-
public class HistoricTaskInstanceDto extends Object
HistoricTaskInstanceDto
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description HistoricTaskInstanceDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HistoricTaskInstanceDtoactivityInstanceId(String activityInstanceId)HistoricTaskInstanceDtoassignee(String assignee)HistoricTaskInstanceDtocaseDefinitionId(String caseDefinitionId)HistoricTaskInstanceDtocaseDefinitionKey(String caseDefinitionKey)HistoricTaskInstanceDtocaseExecutionId(String caseExecutionId)HistoricTaskInstanceDtocaseInstanceId(String caseInstanceId)HistoricTaskInstanceDtodeleteReason(String deleteReason)HistoricTaskInstanceDtodescription(String description)HistoricTaskInstanceDtodue(Date due)HistoricTaskInstanceDtoduration(Long duration)HistoricTaskInstanceDtoendTime(Date endTime)booleanequals(Object o)HistoricTaskInstanceDtoexecutionId(String executionId)HistoricTaskInstanceDtofollowUp(Date followUp)StringgetActivityInstanceId()The id of the activity that this object is an instance of.StringgetAssignee()The assignee's id.StringgetCaseDefinitionId()The id of the case definition the task belongs to.StringgetCaseDefinitionKey()The key of the case definition the task belongs to.StringgetCaseExecutionId()The id of the case execution the task belongs to.StringgetCaseInstanceId()The id of the case instance the task belongs to.StringgetDeleteReason()The task's delete reason.StringgetDescription()The task's description.DategetDue()The task's due date.LonggetDuration()The time the task took to finish (in milliseconds).DategetEndTime()The time the task ended.StringgetExecutionId()The id of the execution the task belongs to.DategetFollowUp()The follow-up date for the task.StringgetId()The task id.StringgetName()The task name.StringgetOwner()The owner's id.StringgetParentTaskId()The id of the parent task, if this task is a subtask.IntegergetPriority()The task's priority.StringgetProcessDefinitionId()The id of the process definition the task belongs to.StringgetProcessDefinitionKey()The key of the process definition the task belongs to.StringgetProcessInstanceId()The id of the process instance the task belongs to.DategetRemovalTime()The time after which the task should be removed by the History Cleanup job.StringgetRootProcessInstanceId()The process instance id of the root process instance that initiated the process containing this task.DategetStartTime()The time the task was started.StringgetTaskDefinitionKey()The task's key.StringgetTenantId()The tenant id of the task instance.inthashCode()HistoricTaskInstanceDtoid(String id)HistoricTaskInstanceDtoname(String name)HistoricTaskInstanceDtoowner(String owner)HistoricTaskInstanceDtoparentTaskId(String parentTaskId)HistoricTaskInstanceDtopriority(Integer priority)HistoricTaskInstanceDtoprocessDefinitionId(String processDefinitionId)HistoricTaskInstanceDtoprocessDefinitionKey(String processDefinitionKey)HistoricTaskInstanceDtoprocessInstanceId(String processInstanceId)HistoricTaskInstanceDtoremovalTime(Date removalTime)HistoricTaskInstanceDtorootProcessInstanceId(String rootProcessInstanceId)voidsetActivityInstanceId(String activityInstanceId)voidsetAssignee(String assignee)voidsetCaseDefinitionId(String caseDefinitionId)voidsetCaseDefinitionKey(String caseDefinitionKey)voidsetCaseExecutionId(String caseExecutionId)voidsetCaseInstanceId(String caseInstanceId)voidsetDeleteReason(String deleteReason)voidsetDescription(String description)voidsetDue(Date due)voidsetDuration(Long duration)voidsetEndTime(Date endTime)voidsetExecutionId(String executionId)voidsetFollowUp(Date followUp)voidsetId(String id)voidsetName(String name)voidsetOwner(String owner)voidsetParentTaskId(String parentTaskId)voidsetPriority(Integer priority)voidsetProcessDefinitionId(String processDefinitionId)voidsetProcessDefinitionKey(String processDefinitionKey)voidsetProcessInstanceId(String processInstanceId)voidsetRemovalTime(Date removalTime)voidsetRootProcessInstanceId(String rootProcessInstanceId)voidsetStartTime(Date startTime)voidsetTaskDefinitionKey(String taskDefinitionKey)voidsetTenantId(String tenantId)HistoricTaskInstanceDtostartTime(Date startTime)HistoricTaskInstanceDtotaskDefinitionKey(String taskDefinitionKey)HistoricTaskInstanceDtotenantId(String tenantId)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROCESS_DEFINITION_KEY
public static final String SERIALIZED_NAME_PROCESS_DEFINITION_KEY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROCESS_DEFINITION_ID
public static final String SERIALIZED_NAME_PROCESS_DEFINITION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROCESS_INSTANCE_ID
public static final String SERIALIZED_NAME_PROCESS_INSTANCE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EXECUTION_ID
public static final String SERIALIZED_NAME_EXECUTION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CASE_DEFINITION_KEY
public static final String SERIALIZED_NAME_CASE_DEFINITION_KEY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CASE_DEFINITION_ID
public static final String SERIALIZED_NAME_CASE_DEFINITION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CASE_INSTANCE_ID
public static final String SERIALIZED_NAME_CASE_INSTANCE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CASE_EXECUTION_ID
public static final String SERIALIZED_NAME_CASE_EXECUTION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ACTIVITY_INSTANCE_ID
public static final String SERIALIZED_NAME_ACTIVITY_INSTANCE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_DESCRIPTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DELETE_REASON
public static final String SERIALIZED_NAME_DELETE_REASON
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_OWNER
public static final String SERIALIZED_NAME_OWNER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ASSIGNEE
public static final String SERIALIZED_NAME_ASSIGNEE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_START_TIME
public static final String SERIALIZED_NAME_START_TIME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_END_TIME
public static final String SERIALIZED_NAME_END_TIME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DURATION
public static final String SERIALIZED_NAME_DURATION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TASK_DEFINITION_KEY
public static final String SERIALIZED_NAME_TASK_DEFINITION_KEY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PRIORITY
public static final String SERIALIZED_NAME_PRIORITY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DUE
public static final String SERIALIZED_NAME_DUE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PARENT_TASK_ID
public static final String SERIALIZED_NAME_PARENT_TASK_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FOLLOW_UP
public static final String SERIALIZED_NAME_FOLLOW_UP
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TENANT_ID
public static final String SERIALIZED_NAME_TENANT_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REMOVAL_TIME
public static final String SERIALIZED_NAME_REMOVAL_TIME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ROOT_PROCESS_INSTANCE_ID
public static final String SERIALIZED_NAME_ROOT_PROCESS_INSTANCE_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public HistoricTaskInstanceDto id(String id)
-
getId
public String getId()
The task id.- Returns:
- id
-
setId
public void setId(String id)
-
processDefinitionKey
public HistoricTaskInstanceDto processDefinitionKey(String processDefinitionKey)
-
getProcessDefinitionKey
public String getProcessDefinitionKey()
The key of the process definition the task belongs to.- Returns:
- processDefinitionKey
-
setProcessDefinitionKey
public void setProcessDefinitionKey(String processDefinitionKey)
-
processDefinitionId
public HistoricTaskInstanceDto processDefinitionId(String processDefinitionId)
-
getProcessDefinitionId
public String getProcessDefinitionId()
The id of the process definition the task belongs to.- Returns:
- processDefinitionId
-
setProcessDefinitionId
public void setProcessDefinitionId(String processDefinitionId)
-
processInstanceId
public HistoricTaskInstanceDto processInstanceId(String processInstanceId)
-
getProcessInstanceId
public String getProcessInstanceId()
The id of the process instance the task belongs to.- Returns:
- processInstanceId
-
setProcessInstanceId
public void setProcessInstanceId(String processInstanceId)
-
executionId
public HistoricTaskInstanceDto executionId(String executionId)
-
getExecutionId
public String getExecutionId()
The id of the execution the task belongs to.- Returns:
- executionId
-
setExecutionId
public void setExecutionId(String executionId)
-
caseDefinitionKey
public HistoricTaskInstanceDto caseDefinitionKey(String caseDefinitionKey)
-
getCaseDefinitionKey
public String getCaseDefinitionKey()
The key of the case definition the task belongs to.- Returns:
- caseDefinitionKey
-
setCaseDefinitionKey
public void setCaseDefinitionKey(String caseDefinitionKey)
-
caseDefinitionId
public HistoricTaskInstanceDto caseDefinitionId(String caseDefinitionId)
-
getCaseDefinitionId
public String getCaseDefinitionId()
The id of the case definition the task belongs to.- Returns:
- caseDefinitionId
-
setCaseDefinitionId
public void setCaseDefinitionId(String caseDefinitionId)
-
caseInstanceId
public HistoricTaskInstanceDto caseInstanceId(String caseInstanceId)
-
getCaseInstanceId
public String getCaseInstanceId()
The id of the case instance the task belongs to.- Returns:
- caseInstanceId
-
setCaseInstanceId
public void setCaseInstanceId(String caseInstanceId)
-
caseExecutionId
public HistoricTaskInstanceDto caseExecutionId(String caseExecutionId)
-
getCaseExecutionId
public String getCaseExecutionId()
The id of the case execution the task belongs to.- Returns:
- caseExecutionId
-
setCaseExecutionId
public void setCaseExecutionId(String caseExecutionId)
-
activityInstanceId
public HistoricTaskInstanceDto activityInstanceId(String activityInstanceId)
-
getActivityInstanceId
public String getActivityInstanceId()
The id of the activity that this object is an instance of.- Returns:
- activityInstanceId
-
setActivityInstanceId
public void setActivityInstanceId(String activityInstanceId)
-
name
public HistoricTaskInstanceDto name(String name)
-
getName
public String getName()
The task name.- Returns:
- name
-
setName
public void setName(String name)
-
description
public HistoricTaskInstanceDto description(String description)
-
getDescription
public String getDescription()
The task's description.- Returns:
- description
-
setDescription
public void setDescription(String description)
-
deleteReason
public HistoricTaskInstanceDto deleteReason(String deleteReason)
-
getDeleteReason
public String getDeleteReason()
The task's delete reason.- Returns:
- deleteReason
-
setDeleteReason
public void setDeleteReason(String deleteReason)
-
owner
public HistoricTaskInstanceDto owner(String owner)
-
getOwner
public String getOwner()
The owner's id.- Returns:
- owner
-
setOwner
public void setOwner(String owner)
-
assignee
public HistoricTaskInstanceDto assignee(String assignee)
-
getAssignee
public String getAssignee()
The assignee's id.- Returns:
- assignee
-
setAssignee
public void setAssignee(String assignee)
-
startTime
public HistoricTaskInstanceDto startTime(Date startTime)
-
getStartTime
public Date getStartTime()
The time the task was started. Default [format](https://docs.camunda.org/manual/7.18/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.- Returns:
- startTime
-
setStartTime
public void setStartTime(Date startTime)
-
endTime
public HistoricTaskInstanceDto endTime(Date endTime)
-
getEndTime
public Date getEndTime()
The time the task ended. Default [format](https://docs.camunda.org/manual/7.18/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.- Returns:
- endTime
-
setEndTime
public void setEndTime(Date endTime)
-
duration
public HistoricTaskInstanceDto duration(Long duration)
-
getDuration
public Long getDuration()
The time the task took to finish (in milliseconds).- Returns:
- duration
-
setDuration
public void setDuration(Long duration)
-
taskDefinitionKey
public HistoricTaskInstanceDto taskDefinitionKey(String taskDefinitionKey)
-
getTaskDefinitionKey
public String getTaskDefinitionKey()
The task's key.- Returns:
- taskDefinitionKey
-
setTaskDefinitionKey
public void setTaskDefinitionKey(String taskDefinitionKey)
-
priority
public HistoricTaskInstanceDto priority(Integer priority)
-
getPriority
public Integer getPriority()
The task's priority.- Returns:
- priority
-
setPriority
public void setPriority(Integer priority)
-
due
public HistoricTaskInstanceDto due(Date due)
-
getDue
public Date getDue()
The task's due date. Default [format](https://docs.camunda.org/manual/7.18/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.- Returns:
- due
-
setDue
public void setDue(Date due)
-
parentTaskId
public HistoricTaskInstanceDto parentTaskId(String parentTaskId)
-
getParentTaskId
public String getParentTaskId()
The id of the parent task, if this task is a subtask.- Returns:
- parentTaskId
-
setParentTaskId
public void setParentTaskId(String parentTaskId)
-
followUp
public HistoricTaskInstanceDto followUp(Date followUp)
-
getFollowUp
public Date getFollowUp()
The follow-up date for the task. Default [format](https://docs.camunda.org/manual/7.18/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.- Returns:
- followUp
-
setFollowUp
public void setFollowUp(Date followUp)
-
tenantId
public HistoricTaskInstanceDto tenantId(String tenantId)
-
getTenantId
public String getTenantId()
The tenant id of the task instance.- Returns:
- tenantId
-
setTenantId
public void setTenantId(String tenantId)
-
removalTime
public HistoricTaskInstanceDto removalTime(Date removalTime)
-
getRemovalTime
public Date getRemovalTime()
The time after which the task should be removed by the History Cleanup job. Default [format](https://docs.camunda.org/manual/7.18/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.- Returns:
- removalTime
-
setRemovalTime
public void setRemovalTime(Date removalTime)
-
rootProcessInstanceId
public HistoricTaskInstanceDto rootProcessInstanceId(String rootProcessInstanceId)
-
getRootProcessInstanceId
public String getRootProcessInstanceId()
The process instance id of the root process instance that initiated the process containing this task.- Returns:
- rootProcessInstanceId
-
setRootProcessInstanceId
public void setRootProcessInstanceId(String rootProcessInstanceId)
-
-