Uses of Class
org.flowable.task.api.DelegationState
-
Packages that use DelegationState Package Description org.flowable.task.api -
-
Uses of DelegationState in org.flowable.task.api
Methods in org.flowable.task.api that return DelegationState Modifier and Type Method Description DelegationStateTask. getDelegationState()The currentDelegationStatefor this task.static DelegationStateDelegationState. valueOf(String name)Returns the enum constant of this type with the specified name.static DelegationState[]DelegationState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.flowable.task.api with parameters of type DelegationState Modifier and Type Method Description voidTask. setDelegationState(DelegationState delegationState)The currentDelegationStatefor this task.TaskQueryTaskQuery. taskDelegationState(DelegationState delegationState)Only select tasks with the givenDelegationState.
-