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.impl.el | |
org.activiti.engine.impl.persistence.entity | |
org.activiti.engine.impl.scripting | |
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 | 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 | Interface and Description |
---|---|
interface |
ExecutionEntity |
interface |
TaskEntity |
Modifier and Type | Class and Description |
---|---|
class |
ExecutionEntityImpl |
class |
TaskEntityImpl |
class |
VariableScopeImpl |
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(ProcessEngineConfigurationImpl processEngineConfiguration,
VariableScope variableScope) |
Resolver |
ResolverFactory.createResolver(ProcessEngineConfigurationImpl processEngineConfiguration,
VariableScope variableScope) |
Resolver |
BeansResolverFactory.createResolver(ProcessEngineConfigurationImpl processEngineConfiguration,
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(ProcessEngineConfigurationImpl processEngineConfiguration,
VariableScope variableScope) |
Modifier and Type | Method and Description |
---|---|
protected ELResolver |
MockExpressionManager.createElResolver(VariableScope variableScope) |
Resolver |
MockResolverFactory.createResolver(ProcessEngineConfigurationImpl processEngineConfiguration,
VariableScope variableScope) |
Copyright © 2015 Alfresco. All rights reserved.