Uses of Enum Class
org.camunda.bpm.engine.task.DelegationState
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
Classes related to the
TaskService
.-
Uses of DelegationState in org.camunda.bpm.engine.impl
Modifier and TypeMethodDescriptionTaskQueryImpl.taskDelegationState
(DelegationState delegationState) -
Uses of DelegationState in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionvoid
TaskEntity.setDelegationState
(DelegationState delegationState) void
TaskEntity.setDelegationStateWithoutCascade
(DelegationState delegationState) -
Uses of DelegationState in org.camunda.bpm.engine.rest.dto.converter
Modifier and TypeMethodDescriptionDelegationStateConverter.convertQueryParameterToType
(String value) -
Uses of DelegationState in org.camunda.bpm.engine.rest.hal.task
-
Uses of DelegationState in org.camunda.bpm.engine.task
Modifier and TypeMethodDescriptionTask.getDelegationState()
The currentDelegationState
for this task.static DelegationState
Returns the enum constant of this class with the specified name.static DelegationState[]
DelegationState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Task.setDelegationState
(DelegationState delegationState) The currentDelegationState
for this task.TaskQuery.taskDelegationState
(DelegationState delegationState) Only select tasks with the givenDelegationState
.