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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidapplyVariables(CoreExecution execution) voidsetInstantiationStack(InstantiationStack instantiationStack) voidsetVariables(Map<String, Object> variables) voidsetVariablesLocal(Map<String, Object> variablesLocal) 
- 
Field Details- 
instantiationStack
- 
variables
- 
variablesLocal
 
- 
- 
Constructor Details- 
ScopeInstantiationContextpublic ScopeInstantiationContext()
 
- 
- 
Method Details- 
applyVariables
- 
getInstantiationStack
- 
setInstantiationStack
- 
setVariables
- 
setVariablesLocal
 
-