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
JavaDelegate s. |
org.activiti.engine.test.mock |
Modifier and Type | Interface and Description |
---|---|
interface |
DelegateExecution
Execution used in
JavaDelegate s and ExecutionListener s. |
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 © 2016 Alfresco. All rights reserved.