Class UserTaskImpl
java.lang.Object
io.camunda.client.impl.search.response.UserTaskImpl
- All Implemented Interfaces:
UserTask
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAssignee of the taskBPMN process id of the process associated with this taskCandidate groups for the taskCandidate users for the taskCompletion date of the taskCreation date of the taskCustom headers associated with the taskDue date of the taskElement IDInstance key of the elementExternal form referenceFollow-up date of the taskKey of the formgetName()Name of the taskPriority of the taskKey of the process definitionVersion of the process definitionKey of the process instancegetState()State of the taskTenant identifiers
-
Constructor Details
-
UserTaskImpl
-
-
Method Details
-
getUserTaskKey
- Specified by:
getUserTaskKeyin interfaceUserTask
-
getName
Description copied from interface:UserTaskName of the task -
getState
Description copied from interface:UserTaskState of the task -
getAssignee
Description copied from interface:UserTaskAssignee of the task- Specified by:
getAssigneein interfaceUserTask
-
getElementId
Description copied from interface:UserTaskElement ID- Specified by:
getElementIdin interfaceUserTask
-
getElementInstanceKey
Description copied from interface:UserTaskInstance key of the element- Specified by:
getElementInstanceKeyin interfaceUserTask
-
getCandidateGroups
Description copied from interface:UserTaskCandidate groups for the task- Specified by:
getCandidateGroupsin interfaceUserTask
-
getCandidateUsers
Description copied from interface:UserTaskCandidate users for the task- Specified by:
getCandidateUsersin interfaceUserTask
-
getBpmnProcessId
Description copied from interface:UserTaskBPMN process id of the process associated with this task- Specified by:
getBpmnProcessIdin interfaceUserTask
-
getProcessDefinitionKey
Description copied from interface:UserTaskKey of the process definition- Specified by:
getProcessDefinitionKeyin interfaceUserTask
-
getProcessInstanceKey
Description copied from interface:UserTaskKey of the process instance- Specified by:
getProcessInstanceKeyin interfaceUserTask
-
getFormKey
Description copied from interface:UserTaskKey of the form- Specified by:
getFormKeyin interfaceUserTask
-
getCreationDate
Description copied from interface:UserTaskCreation date of the task- Specified by:
getCreationDatein interfaceUserTask
-
getCompletionDate
Description copied from interface:UserTaskCompletion date of the task- Specified by:
getCompletionDatein interfaceUserTask
-
getFollowUpDate
Description copied from interface:UserTaskFollow-up date of the task- Specified by:
getFollowUpDatein interfaceUserTask
-
getDueDate
Description copied from interface:UserTaskDue date of the task- Specified by:
getDueDatein interfaceUserTask
-
getTenantId
Description copied from interface:UserTaskTenant identifiers- Specified by:
getTenantIdin interfaceUserTask
-
getExternalFormReference
Description copied from interface:UserTaskExternal form reference- Specified by:
getExternalFormReferencein interfaceUserTask
-
getProcessDefinitionVersion
Description copied from interface:UserTaskVersion of the process definition- Specified by:
getProcessDefinitionVersionin interfaceUserTask
-
getCustomHeaders
Description copied from interface:UserTaskCustom headers associated with the task- Specified by:
getCustomHeadersin interfaceUserTask
-
getPriority
Description copied from interface:UserTaskPriority of the task- Specified by:
getPriorityin interfaceUserTask
-