| Package | Description | 
|---|---|
| org.activiti.engine.delegate | Interfaces used to include Java code in a process as the behavior of an activity 
    or as a listener to process events with  JavaDelegates. | 
| org.activiti.engine.task | Classes related to the  TaskService. | 
| Modifier and Type | Method and Description | 
|---|---|
| DelegationState | DelegateTask. getDelegationState()The current  DelegationStatefor this task. | 
| Modifier and Type | Method and Description | 
|---|---|
| DelegationState | Task. getDelegationState()The current  DelegationStatefor this task. | 
| static DelegationState | DelegationState. 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Task. setDelegationState(DelegationState delegationState)The current  DelegationStatefor this task. | 
| TaskQuery | TaskQuery. taskDelegationState(DelegationState delegationState)Only select tasks with the given  DelegationState. | 
Copyright © 2017 Alfresco. All rights reserved.