Class ScopeInstantiationContext

java.lang.Object
org.camunda.bpm.engine.impl.pvm.runtime.ScopeInstantiationContext

public class ScopeInstantiationContext extends Object
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 Details

  • Constructor Details

    • ScopeInstantiationContext

      public ScopeInstantiationContext()
  • Method Details

    • applyVariables

      public void applyVariables(CoreExecution execution)
    • getInstantiationStack

      public InstantiationStack getInstantiationStack()
    • setInstantiationStack

      public void setInstantiationStack(InstantiationStack instantiationStack)
    • setVariables

      public void setVariables(Map<String,Object> variables)
    • setVariablesLocal

      public void setVariablesLocal(Map<String,Object> variablesLocal)