Package | Description |
---|---|
org.camunda.bpm.engine.cdi | |
org.camunda.bpm.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.camunda.bpm.engine.impl.el | |
org.camunda.bpm.engine.impl.persistence.entity | |
org.camunda.bpm.engine.impl.pvm.delegate | |
org.camunda.bpm.engine.impl.pvm.runtime | |
org.camunda.bpm.engine.impl.scripting | |
org.camunda.bpm.engine.impl.variable | |
org.camunda.bpm.engine.osgi | |
org.camunda.bpm.engine.osgi.blueprint | |
org.camunda.bpm.engine.spring | |
org.camunda.bpm.engine.test.mock |
Modifier and Type | Method and Description |
---|---|
protected ELResolver |
CdiExpressionManager.createElResolver(VariableScope variableScope) |
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 |
StartProcessVariableScope
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) |
Resolver |
VariableScopeResolverFactory.createResolver(VariableScope variableScope) |
Resolver |
ResolverFactory.createResolver(VariableScope variableScope) |
Resolver |
BeansResolverFactory.createResolver(VariableScope variableScope) |
Object |
ScriptingEngines.evaluate(String script,
String language,
VariableScope variableScope) |
Constructor and Description |
---|
ScriptBindings(List<Resolver> scriptResolvers,
VariableScope variableScope) |
VariableScopeResolver(VariableScope variableScope) |
Modifier and Type | Method and Description |
---|---|
void |
VariableDeclaration.destroy(VariableScope innerScopeInstance,
VariableScope outerScopeInstance) |
void |
VariableDeclaration.initialize(VariableScope innerScopeInstance,
VariableScope outerScopeInstance) |
Modifier and Type | Method and Description |
---|---|
Object |
OsgiScriptingEngines.evaluate(String script,
String language,
VariableScope variableScope) |
Modifier and Type | Method and Description |
---|---|
protected ELResolver |
ProcessEngineFactoryWithELResolver.BlueprintExpressionManager.createElResolver(VariableScope variableScope) |
Modifier and Type | Method and Description |
---|---|
protected ELResolver |
SpringExpressionManager.createElResolver(VariableScope variableScope) |
Modifier and Type | Method and Description |
---|---|
protected ELResolver |
MockExpressionManager.createElResolver(VariableScope variableScope) |
Copyright © 2015. All rights reserved.