Uses of Enum Class
org.flowable.task.api.DelegationState
Packages that use DelegationState
-
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.