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 DelegationStateTaskBaseResource.getDelegationState(String delegationState) Methods in org.flowable.cmmn.rest.service.api.runtime.task with parameters of type DelegationStateModifier and TypeMethodDescriptionprotected StringTaskResponse.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 DelegationStateTaskBaseResource.getDelegationState(String delegationState) Methods in org.flowable.rest.service.api.runtime.task with parameters of type DelegationStateModifier and TypeMethodDescriptionprotected StringTaskResponse.getDelegationStateString(DelegationState state) -
Uses of DelegationState in org.flowable.task.api
Methods in org.flowable.task.api 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.flowable.task.api with parameters of type DelegationStateModifier and TypeMethodDescriptionvoidTask.setDelegationState(DelegationState delegationState) The currentDelegationStatefor 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 currentDelegationStatefor 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 TypeMethodDescriptionvoidTaskEntityImpl.setDelegationState(DelegationState delegationState)