Class TaskEvent
java.lang.Object
org.camunda.bpm.spring.boot.starter.event.TaskEvent
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected Date
protected String
protected String
protected Date
protected String
protected String
protected Date
protected String
protected Date
protected String
protected String
protected int
protected String
protected String
protected String
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe {@link User.getId() userId} of the person to which this task is delegated.Reference to the case definition or null if it is not related to a case.Reference to the case execution or null if it is not related to a case instance.Reference to the case instance or null if it is not related to a case instance.The date/time when this task was createdGet delete reason of the task.Free text description of the task.Due date of the task.Returns the event name which triggered the task listener to fire for this task.Reference to the path of execution or null if it is not related to a process instance.Follow-up date of the task.getId()
DB id of the task.The date/time when this task was last updated.getName()
Name or title of the task.getOwner()
The {@link User.getId() userId} of the person responsible for this task.int
indication of how important/urgent this task is with a number between 0 and 100 where higher values mean a higher priority and lower values mean lower priority: [0..19] lowest, [20..39] low, [40..59] normal, [60..79] high [80..100] highestReference to the process definition or null if it is not related to a process.Reference to the process instance or null if it is not related to a process instance.The id of the activity in the process defining this task or null if this is not related to a processReturn the id of the tenant this task belongs to.toString()
-
Field Details
-
assignee
-
caseDefinitionId
-
caseExecutionId
-
caseInstanceId
-
createTime
-
deleteReason
-
description
-
dueDate
-
eventName
-
executionId
-
followUpDate
-
id
-
lastUpdated
-
name
-
owner
-
priority
protected int priority -
processDefinitionId
-
processInstanceId
-
taskDefinitionKey
-
tenantId
-
-
Constructor Details
-
TaskEvent
-
-
Method Details
-
getAssignee
The {@link User.getId() userId} of the person to which this task is delegated. -
getCaseDefinitionId
Reference to the case definition or null if it is not related to a case. -
getCaseExecutionId
Reference to the case execution or null if it is not related to a case instance. -
getCaseInstanceId
Reference to the case instance or null if it is not related to a case instance. -
getCreateTime
The date/time when this task was created -
getDeleteReason
Get delete reason of the task. -
getDescription
Free text description of the task. -
getDueDate
Due date of the task. -
getEventName
Returns the event name which triggered the task listener to fire for this task. -
getExecutionId
Reference to the path of execution or null if it is not related to a process instance. -
getFollowUpDate
Follow-up date of the task. -
getId
DB id of the task. -
getLastUpdated
The date/time when this task was last updated. All operations that fireTaskListener.EVENTNAME_UPDATE
count as an update to the task. Returns null if the task was never updated before (i.e. it was only created). -
getName
Name or title of the task. -
getOwner
The {@link User.getId() userId} of the person responsible for this task. -
getPriority
public int getPriority()indication of how important/urgent this task is with a number between 0 and 100 where higher values mean a higher priority and lower values mean lower priority: [0..19] lowest, [20..39] low, [40..59] normal, [60..79] high [80..100] highest -
getProcessDefinitionId
Reference to the process definition or null if it is not related to a process. -
getProcessInstanceId
Reference to the process instance or null if it is not related to a process instance. -
getTaskDefinitionKey
The id of the activity in the process defining this task or null if this is not related to a process -
getTenantId
Return the id of the tenant this task belongs to. Can benull
if the task belongs to no single tenant. -
toString
-