Uses of Enum Class
org.camunda.bpm.engine.task.DelegationState
Packages that use 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.implFields in org.camunda.bpm.engine.impl declared as DelegationStateMethods in org.camunda.bpm.engine.impl that return DelegationStateMethods in org.camunda.bpm.engine.impl with parameters of type DelegationStateModifier and TypeMethodDescriptionTaskQueryImpl.taskDelegationState(DelegationState delegationState) 
- 
Uses of DelegationState in org.camunda.bpm.engine.impl.persistence.entityFields in org.camunda.bpm.engine.impl.persistence.entity declared as DelegationStateMethods in org.camunda.bpm.engine.impl.persistence.entity that return DelegationStateMethods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type DelegationStateModifier and TypeMethodDescriptionvoidTaskEntity.setDelegationState(DelegationState delegationState) voidTaskEntity.setDelegationStateWithoutCascade(DelegationState delegationState) 
- 
Uses of DelegationState in org.camunda.bpm.engine.rest.dto.converterMethods in org.camunda.bpm.engine.rest.dto.converter that return DelegationStateModifier and TypeMethodDescriptionDelegationStateConverter.convertQueryParameterToType(String value) 
- 
Uses of DelegationState in org.camunda.bpm.engine.rest.hal.taskMethods in org.camunda.bpm.engine.rest.hal.task that return DelegationState
- 
Uses of DelegationState in org.camunda.bpm.engine.taskMethods in org.camunda.bpm.engine.task that return DelegationStateModifier and TypeMethodDescriptionTask.getDelegationState()The currentDelegationStatefor this task.static DelegationStateReturns 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.Methods in org.camunda.bpm.engine.task with parameters of type DelegationStateModifier and TypeMethodDescriptionvoidTask.setDelegationState(DelegationState delegationState) The currentDelegationStatefor this task.TaskQuery.taskDelegationState(DelegationState delegationState) Only select tasks with the givenDelegationState.