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.history.producer | |
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.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 | Method and Description |
---|---|
HistoryEvent |
HistoryEventProducer.createHistoricVariableCreateEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope)
Creates the history event fired when a variable is created.
|
HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableCreateEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope) |
HistoryEvent |
HistoryEventProducer.createHistoricVariableDeleteEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope)
Creates the history event fired when a variable is deleted.
|
HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableDeleteEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope) |
protected HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableEvent(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope,
String eventType) |
HistoryEvent |
HistoryEventProducer.createHistoricVariableUpdateEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope)
Creates the history event fired when a variable is updated.
|
HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableUpdateEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope) |
Modifier and Type | Class and Description |
---|---|
class |
ExecutionEntity |
class |
TaskEntity |
class |
VariableScopeImpl |
Modifier and Type | Method and Description |
---|---|
protected VariableScope |
VariableScopeImpl.getSourceActivityVariableScope() |
Modifier and Type | Method and Description |
---|---|
protected VariableInstanceEntity |
VariableScopeImpl.createVariableInstance(String variableName,
Object value,
VariableScope sourceActivityExecution) |
protected void |
VariableScopeImpl.createVariableLocal(String variableName,
Object value,
VariableScope sourceActivityExecution)
only called when a new variable is created on this variable scope.
|
protected void |
VariableScopeImpl.deleteVariableInstanceForExplicitUserCall(VariableInstanceEntity variableInstance,
VariableScope sourceActivityExecution) |
protected void |
VariableScopeImpl.fireHistoricVariableInstanceCreate(VariableInstanceEntity variableInstance,
VariableScope sourceActivityExecution) |
protected void |
VariableScopeImpl.fireHistoricVariableInstanceDelete(VariableInstanceEntity variableInstance,
VariableScope sourceActivityExecution) |
protected void |
VariableScopeImpl.fireHistoricVariableInstanceUpdate(VariableInstanceEntity variableInstance,
VariableScope sourceActivityExecution) |
protected void |
VariableScopeImpl.removeVariable(String variableName,
VariableScope sourceActivityExecution) |
protected void |
VariableScopeImpl.removeVariableLocal(String variableName,
VariableScope sourceActivityExecution) |
protected void |
VariableScopeImpl.setVariable(String variableName,
Object value,
VariableScope sourceActivityExecution) |
protected void |
VariableScopeImpl.setVariableLocal(String variableName,
Object value,
VariableScope sourceActivityExecution) |
protected void |
VariableScopeImpl.updateVariableInstance(VariableInstanceEntity variableInstance,
Object value,
VariableScope sourceActivityExecution) |
Modifier and Type | Interface and Description |
---|---|
interface |
ActivityExecution |
interface |
ExecutionListenerExecution |
Modifier and Type | Interface and Description |
---|---|
interface |
InterpretableExecution
Interpretable view of an execution.
|
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,
Bindings engineBindings)
override to build a spring aware ScriptingEngines
|
Bindings |
ScriptBindingsFactory.createBindings(VariableScope variableScope,
Bindings engineBindings) |
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,
Bindings wrappedBindings) |
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 |
---|---|
protected ELResolver |
SpringExpressionManager.createElResolver(VariableScope variableScope) |
Modifier and Type | Method and Description |
---|---|
protected ELResolver |
MockExpressionManager.createElResolver(VariableScope variableScope) |
Copyright © 2015. All rights reserved.