public class TaskEvent extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
assignee |
protected String |
caseDefinitionId |
protected String |
caseExecutionId |
protected String |
caseInstanceId |
protected Date |
createTime |
protected String |
deleteReason |
protected String |
description |
protected Date |
dueDate |
protected String |
eventName |
protected String |
executionId |
protected Date |
followUpDate |
protected String |
id |
protected String |
name |
protected String |
owner |
protected int |
priority |
protected String |
processDefinitionId |
protected String |
processInstanceId |
protected String |
taskDefinitionKey |
protected String |
tenantId |
Constructor and Description |
---|
TaskEvent(DelegateTask delegateTask) |
Modifier and Type | Method and Description |
---|---|
String |
getAssignee()
The
userId of the person to which this task is
delegated. |
String |
getCaseDefinitionId()
Reference to the case definition or null if it is not related to a case.
|
String |
getCaseExecutionId()
Reference to the case execution or null if it is not related to a case
instance.
|
String |
getCaseInstanceId()
Reference to the case instance or null if it is not related to a case
instance.
|
Date |
getCreateTime()
The date/time when this task was created
|
String |
getDeleteReason()
Get delete reason of the task.
|
String |
getDescription()
Free text description of the task.
|
Date |
getDueDate()
Due date of the task.
|
String |
getEventName()
Returns the event name which triggered the task listener to fire for this
task.
|
String |
getExecutionId()
Reference to the path of execution or null if it is not related to a
process instance.
|
Date |
getFollowUpDate()
Follow-up date of the task.
|
String |
getId()
DB id of the task.
|
String |
getName()
Name or title of the task.
|
String |
getOwner()
The
userId of the person responsible for this task. |
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
|
String |
getProcessDefinitionId()
Reference to the process definition or null if it is not related to a
process.
|
String |
getProcessInstanceId()
Reference to the process instance or null if it is not related to a process
instance.
|
String |
getTaskDefinitionKey()
The id of the activity in the process defining this task or null if this is
not related to a process
|
String |
getTenantId()
Return the id of the tenant this task belongs to.
|
protected String assignee
protected String caseDefinitionId
protected String caseExecutionId
protected String caseInstanceId
protected Date createTime
protected String deleteReason
protected String description
protected Date dueDate
protected String eventName
protected String executionId
protected Date followUpDate
protected String id
protected String name
protected String owner
protected int priority
protected String processDefinitionId
protected String processInstanceId
protected String taskDefinitionKey
protected String tenantId
public TaskEvent(DelegateTask delegateTask)
public String getAssignee()
userId
of the person to which this task is
delegated.public String getCaseDefinitionId()
public String getCaseExecutionId()
public String getCaseInstanceId()
public Date getCreateTime()
public String getDeleteReason()
public String getDescription()
public Date getDueDate()
public String getEventName()
public String getExecutionId()
public Date getFollowUpDate()
public String getId()
public String getName()
public String getOwner()
userId
of the person responsible for this task.public int getPriority()
public String getProcessDefinitionId()
public String getProcessInstanceId()
public String getTaskDefinitionKey()
public String getTenantId()
null
if the task belongs to no single tenant.Copyright © 2022. All rights reserved.