| 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.test.mock | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
DelegateExecution
Execution used in  
JavaDelegates and ExecutionListeners. | 
interface  | 
DelegateTask  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
Expression.getValue(VariableScope variableScope)  | 
void | 
Expression.setValue(Object value,
        VariableScope variableScope)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected org.activiti.engine.impl.javax.el.ELResolver | 
MockExpressionManager.createElResolver(VariableScope variableScope)  | 
org.activiti.engine.impl.scripting.Resolver | 
MockResolverFactory.createResolver(VariableScope variableScope)  | 
Copyright © 2017 Flowable. All rights reserved.