|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VariableScope | |
|---|---|
| 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 JavaDelegates. |
| 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.test.mock | |
| Uses of VariableScope in org.camunda.bpm.engine.delegate |
|---|
| Subinterfaces of VariableScope in org.camunda.bpm.engine.delegate | |
|---|---|
interface |
DelegateExecution
Execution used in JavaDelegates and ExecutionListeners. |
interface |
DelegateTask
|
| Methods in org.camunda.bpm.engine.delegate with parameters of type VariableScope | |
|---|---|
Object |
Expression.getValue(VariableScope variableScope)
|
void |
Expression.setValue(Object value,
VariableScope variableScope)
|
| Uses of VariableScope in org.camunda.bpm.engine.impl.el |
|---|
| Classes in org.camunda.bpm.engine.impl.el that implement VariableScope | |
|---|---|
class |
StartProcessVariableScope
Variable-scope only used to resolve variables when NO execution is active but expression-resolving is needed. |
| Fields in org.camunda.bpm.engine.impl.el declared as VariableScope | |
|---|---|
protected VariableScope |
VariableScopeElResolver.variableScope
|
| Methods in org.camunda.bpm.engine.impl.el with parameters of type VariableScope | |
|---|---|
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)
|
| Constructors in org.camunda.bpm.engine.impl.el with parameters of type VariableScope | |
|---|---|
VariableScopeElResolver(VariableScope variableScope)
|
|
| Uses of VariableScope in org.camunda.bpm.engine.impl.history.producer |
|---|
| Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type VariableScope | |
|---|---|
HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableCreateEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope)
|
HistoryEvent |
HistoryEventProducer.createHistoricVariableCreateEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope)
Creates the history event fired when a variable is created. |
HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableDeleteEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope)
|
HistoryEvent |
HistoryEventProducer.createHistoricVariableDeleteEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope)
Creates the history event fired when a variable is deleted. |
protected HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableEvent(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope,
String eventType)
|
HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableUpdateEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope)
|
HistoryEvent |
HistoryEventProducer.createHistoricVariableUpdateEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope)
Creates the history event fired when a variable is updated. |
| Uses of VariableScope in org.camunda.bpm.engine.impl.persistence.entity |
|---|
| Classes in org.camunda.bpm.engine.impl.persistence.entity that implement VariableScope | |
|---|---|
class |
ExecutionEntity
|
class |
TaskEntity
|
class |
VariableScopeImpl
|
| Methods in org.camunda.bpm.engine.impl.persistence.entity that return VariableScope | |
|---|---|
protected VariableScope |
VariableScopeImpl.getSourceActivityVariableScope()
|
| Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type VariableScope | |
|---|---|
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)
|
| Uses of VariableScope in org.camunda.bpm.engine.impl.pvm.delegate |
|---|
| Subinterfaces of VariableScope in org.camunda.bpm.engine.impl.pvm.delegate | |
|---|---|
interface |
ActivityExecution
|
interface |
ExecutionListenerExecution
|
| Uses of VariableScope in org.camunda.bpm.engine.impl.pvm.runtime |
|---|
| Subinterfaces of VariableScope in org.camunda.bpm.engine.impl.pvm.runtime | |
|---|---|
interface |
InterpretableExecution
Interpretable view of an execution. |
| Classes in org.camunda.bpm.engine.impl.pvm.runtime that implement VariableScope | |
|---|---|
class |
ExecutionImpl
|
| Uses of VariableScope in org.camunda.bpm.engine.impl.scripting |
|---|
| Fields in org.camunda.bpm.engine.impl.scripting declared as VariableScope | |
|---|---|
protected VariableScope |
ScriptBindings.variableScope
|
protected VariableScope |
VariableScopeResolver.variableScope
|
| Methods in org.camunda.bpm.engine.impl.scripting with parameters of type VariableScope | |
|---|---|
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)
|
| Constructors in org.camunda.bpm.engine.impl.scripting with parameters of type VariableScope | |
|---|---|
ScriptBindings(List<Resolver> scriptResolvers,
VariableScope variableScope)
|
|
VariableScopeResolver(VariableScope variableScope)
|
|
| Uses of VariableScope in org.camunda.bpm.engine.impl.variable |
|---|
| Methods in org.camunda.bpm.engine.impl.variable with parameters of type VariableScope | |
|---|---|
void |
VariableDeclaration.destroy(VariableScope innerScopeInstance,
VariableScope outerScopeInstance)
|
void |
VariableDeclaration.initialize(VariableScope innerScopeInstance,
VariableScope outerScopeInstance)
|
| Uses of VariableScope in org.camunda.bpm.engine.test.mock |
|---|
| Methods in org.camunda.bpm.engine.test.mock with parameters of type VariableScope | |
|---|---|
protected ELResolver |
MockExpressionManager.createElResolver(VariableScope variableScope)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||