| 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.impl.el | |
| org.activiti.engine.impl.persistence.entity | |
| org.activiti.engine.impl.pvm.delegate | |
| org.activiti.engine.impl.pvm.runtime | |
| org.activiti.engine.impl.scripting | |
| 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 | Class and Description |
|---|---|
class |
NoExecutionVariableScope
Variable-scope only used to resolve variables when NO execution is active but
expression-resolving is needed.
|
| Modifier and Type | Field and Description |
|---|---|
protected VariableScope |
VariableScopeElResolver.variableScope |
| Modifier and Type | Method and Description |
|---|---|
protected ActivitiElContext |
ExpressionManager.createElContext(VariableScope variableScope) |
protected ELResolver |
ExpressionManager.createElResolver(VariableScope variableScope) |
ELContext |
ExpressionManager.getElContext(VariableScope variableScope) |
Object |
JuelExpression.getValue(VariableScope variableScope) |
Object |
FixedValue.getValue(VariableScope variableScope) |
Object |
Expression.getValue(VariableScope variableScope) |
void |
JuelExpression.setValue(Object value,
VariableScope variableScope) |
void |
FixedValue.setValue(Object value,
VariableScope variableScope) |
void |
Expression.setValue(Object value,
VariableScope variableScope) |
| Constructor and Description |
|---|
VariableScopeElResolver(VariableScope variableScope) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutionEntity |
class |
TaskEntity |
class |
VariableScopeImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActivityExecution |
interface |
ExecutionListenerExecution |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InterpretableExecution |
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutionImpl |
| Modifier and Type | Field and Description |
|---|---|
protected VariableScope |
VariableScopeResolver.variableScope |
protected VariableScope |
ScriptBindings.variableScope |
| Modifier and Type | Method and Description |
|---|---|
protected Bindings |
ScriptingEngines.createBindings(VariableScope variableScope)
override to build a spring aware ScriptingEngines
|
Bindings |
ScriptBindingsFactory.createBindings(VariableScope variableScope) |
protected Bindings |
ScriptingEngines.createBindings(VariableScope variableScope,
boolean storeScriptVariables)
override to build a spring aware ScriptingEngines
|
Bindings |
ScriptBindingsFactory.createBindings(VariableScope variableScope,
boolean storeScriptVariables) |
Resolver |
VariableScopeResolverFactory.createResolver(VariableScope variableScope) |
Resolver |
ResolverFactory.createResolver(VariableScope variableScope) |
Resolver |
BeansResolverFactory.createResolver(VariableScope variableScope) |
protected List<Resolver> |
ScriptBindingsFactory.createResolvers(VariableScope variableScope) |
Object |
ScriptingEngines.evaluate(String script,
String language,
VariableScope variableScope) |
Object |
ScriptingEngines.evaluate(String script,
String language,
VariableScope variableScope,
boolean storeScriptVariables) |
| Constructor and Description |
|---|
ScriptBindings(List<Resolver> scriptResolvers,
VariableScope variableScope) |
ScriptBindings(List<Resolver> scriptResolvers,
VariableScope variableScope,
boolean storeScriptVariables) |
VariableScopeResolver(VariableScope variableScope) |
| Modifier and Type | Method and Description |
|---|---|
protected ELResolver |
MockExpressionManager.createElResolver(VariableScope variableScope) |
Resolver |
MockResolverFactory.createResolver(VariableScope variableScope) |
Copyright © 2016 Alfresco. All rights reserved.