Package io.camunda.client.impl.response
Class UserTaskPropertiesImpl
java.lang.Object
io.camunda.client.impl.response.UserTaskPropertiesImpl
- All Implemented Interfaces:
UserTaskProperties
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
UserTaskPropertiesImpl
-
UserTaskPropertiesImpl
-
-
Method Details
-
getAction
- Specified by:
getActionin interfaceUserTaskProperties- Returns:
- the action performed on the user task (e.g., "claim", "update", "complete").
-
getAssignee
- Specified by:
getAssigneein interfaceUserTaskProperties- Returns:
- the user assigned to the task.
-
getCandidateGroups
- Specified by:
getCandidateGroupsin interfaceUserTaskProperties- Returns:
- the list of candidate groups for the user task.
-
getCandidateUsers
- Specified by:
getCandidateUsersin interfaceUserTaskProperties- Returns:
- the list of candidate users for the user task.
-
getChangedAttributes
- Specified by:
getChangedAttributesin interfaceUserTaskProperties- Returns:
- the list of attributes that were changed in the user task.
-
getDueDate
- Specified by:
getDueDatein interfaceUserTaskProperties- Returns:
- the due date of the user task in ISO 8601 format.
-
getFollowUpDate
- Specified by:
getFollowUpDatein interfaceUserTaskProperties- Returns:
- the follow-up date of the user task in ISO 8601 format.
-
getFormKey
- Specified by:
getFormKeyin interfaceUserTaskProperties- Returns:
- the key of the form associated with the user task.
-
getPriority
- Specified by:
getPriorityin interfaceUserTaskProperties- Returns:
- the priority of the user task (0-100).
-
getUserTaskKey
- Specified by:
getUserTaskKeyin interfaceUserTaskProperties- Returns:
- the unique key identifying the user task.
-