Class ScopeInstantiationContext
java.lang.Object
org.camunda.bpm.engine.impl.pvm.runtime.ScopeInstantiationContext
Keeps track of the execution state when a hierarchy of
scopes is instantiated at once (e.g. during process instance modification
or process instance migration).
State is for example the scopes that need to be instantiated or the
variables that need to be set after the scopes are created.
- Author:
- Sebastian Menski
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyVariables
(CoreExecution execution) void
setInstantiationStack
(InstantiationStack instantiationStack) void
setVariables
(Map<String, Object> variables) void
setVariablesLocal
(Map<String, Object> variablesLocal)
-
Field Details
-
instantiationStack
-
variables
-
variablesLocal
-
-
Constructor Details
-
ScopeInstantiationContext
public ScopeInstantiationContext()
-
-
Method Details
-
applyVariables
-
getInstantiationStack
-
setInstantiationStack
-
setVariables
-
setVariablesLocal
-