Uses of Enum Class
org.flowable.task.api.DelegationState
Packages that use DelegationState
Package
Description
-
Uses of DelegationState in org.flowable.cmmn.rest.service.api.runtime.task
Methods in org.flowable.cmmn.rest.service.api.runtime.task that return DelegationStateModifier and TypeMethodDescriptionprotected DelegationState
TaskBaseResource.getDelegationState
(String delegationState) Methods in org.flowable.cmmn.rest.service.api.runtime.task with parameters of type DelegationStateModifier and TypeMethodDescriptionprotected String
TaskResponse.getDelegationStateString
(DelegationState state) -
Uses of DelegationState in org.flowable.rest.service.api.runtime.task
Methods in org.flowable.rest.service.api.runtime.task that return DelegationStateModifier and TypeMethodDescriptionprotected DelegationState
TaskBaseResource.getDelegationState
(String delegationState) Methods in org.flowable.rest.service.api.runtime.task with parameters of type DelegationStateModifier and TypeMethodDescriptionprotected String
TaskResponse.getDelegationStateString
(DelegationState state) -
Uses of DelegationState in org.flowable.task.api
Methods in org.flowable.task.api that return DelegationStateModifier 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.Methods in org.flowable.task.api with parameters of type DelegationStateModifier and TypeMethodDescriptionvoid
Task.setDelegationState
(DelegationState delegationState) The currentDelegationState
for this task.TaskQuery.taskDelegationState
(DelegationState delegationState) Only select tasks with the givenDelegationState
. -
Uses of DelegationState in org.flowable.task.service.delegate
Methods in org.flowable.task.service.delegate that return DelegationStateModifier and TypeMethodDescriptionDelegateTask.getDelegationState()
The currentDelegationState
for this task. -
Uses of DelegationState in org.flowable.task.service.impl
Fields in org.flowable.task.service.impl declared as DelegationStateMethods in org.flowable.task.service.impl that return DelegationStateMethods in org.flowable.task.service.impl with parameters of type DelegationStateModifier and TypeMethodDescriptionTaskQueryImpl.taskDelegationState
(DelegationState delegationState) -
Uses of DelegationState in org.flowable.task.service.impl.persistence.entity
Fields in org.flowable.task.service.impl.persistence.entity declared as DelegationStateMethods in org.flowable.task.service.impl.persistence.entity that return DelegationStateMethods in org.flowable.task.service.impl.persistence.entity with parameters of type DelegationStateModifier and TypeMethodDescriptionvoid
TaskEntityImpl.setDelegationState
(DelegationState delegationState)