Uses of Class
org.activiti.engine.task.DelegationState
-
Packages that use DelegationState Package Description org.activiti.engine.delegate org.activiti.engine.impl org.activiti.engine.impl.persistence.entity org.activiti.engine.task -
-
Uses of DelegationState in org.activiti.engine.delegate
Methods in org.activiti.engine.delegate that return DelegationState Modifier and Type Method Description DelegationStateDelegateTask. getDelegationState()The currentDelegationStatefor this task. -
Uses of DelegationState in org.activiti.engine.impl
Fields in org.activiti.engine.impl declared as DelegationState Modifier and Type Field Description protected DelegationStateTaskQueryImpl. delegationStateMethods in org.activiti.engine.impl that return DelegationState Modifier and Type Method Description DelegationStateTaskQueryImpl. getDelegationState()Methods in org.activiti.engine.impl with parameters of type DelegationState Modifier and Type Method Description TaskQueryTaskQueryImpl. taskDelegationState(DelegationState delegationState) -
Uses of DelegationState in org.activiti.engine.impl.persistence.entity
Fields in org.activiti.engine.impl.persistence.entity declared as DelegationState Modifier and Type Field Description protected DelegationStateTaskEntityImpl. delegationStateMethods in org.activiti.engine.impl.persistence.entity that return DelegationState Modifier and Type Method Description DelegationStateTaskEntityImpl. getDelegationState()Methods in org.activiti.engine.impl.persistence.entity with parameters of type DelegationState Modifier and Type Method Description voidTaskEntityImpl. setDelegationState(DelegationState delegationState) -
Uses of DelegationState in org.activiti.engine.task
Methods in org.activiti.engine.task that return DelegationState Modifier and Type Method Description DelegationStateTask. getDelegationState()The currentDelegationStatefor this task.static DelegationStateDelegationState. valueOf(java.lang.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.activiti.engine.task 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.
-