Class SimpleVariableScope

java.lang.Object
org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
org.camunda.community.migration.adapter.execution.SimpleVariableScope
All Implemented Interfaces:
Serializable, org.camunda.bpm.engine.delegate.VariableScope, org.camunda.bpm.engine.impl.core.variable.event.VariableEventDispatcher
Direct Known Subclasses:
ZeebeJobDelegateExecution

public class SimpleVariableScope extends org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
Simple VariableScope implementation that can be initialized with a Map and provides all variable methods required for implementing a DelegateExecution.
Author:
Falko Menge (Camunda)
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.camunda.bpm.engine.impl.core.variable.scope.VariableInstanceFactory<org.camunda.bpm.engine.impl.core.variable.CoreVariableInstance>
     
    protected org.camunda.bpm.engine.impl.core.variable.scope.VariableStore<org.camunda.bpm.engine.impl.core.variable.CoreVariableInstance>
     

    Fields inherited from class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope

    cachedElContext
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
     
    protected org.camunda.bpm.engine.impl.core.variable.scope.VariableInstanceFactory<org.camunda.bpm.engine.impl.core.variable.CoreVariableInstance>
     
    protected List<org.camunda.bpm.engine.impl.core.variable.scope.VariableInstanceLifecycleListener<org.camunda.bpm.engine.impl.core.variable.CoreVariableInstance>>
     
    protected org.camunda.bpm.engine.impl.core.variable.scope.VariableStore<org.camunda.bpm.engine.impl.core.variable.CoreVariableInstance>
     

    Methods inherited from class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope

    collectVariableNames, collectVariables, dispatchEvent, getCachedElContext, getSourceActivityVariableScope, getValueFromVariableInstance, getVariable, getVariable, getVariableInstance, getVariableInstanceLocal, getVariableInstancesLocal, getVariableInstancesLocal, getVariableLocal, getVariableLocal, getVariableLocalTyped, getVariableLocalTyped, getVariableNames, getVariableNamesLocal, getVariables, getVariableScopeKey, getVariablesLocal, getVariablesLocalTyped, getVariablesLocalTyped, getVariablesTyped, getVariablesTyped, getVariableTyped, getVariableTyped, hasVariable, hasVariableLocal, hasVariables, hasVariablesLocal, initializeVariableStore, invokeVariableLifecycleListenersCreate, invokeVariableLifecycleListenersCreate, invokeVariableLifecycleListenersDelete, invokeVariableLifecycleListenersDelete, invokeVariableLifecycleListenersUpdate, invokeVariableLifecycleListenersUpdate, removeVariable, removeVariable, removeVariableLocal, removeVariableLocal, removeVariables, removeVariables, removeVariablesLocal, removeVariablesLocal, setCachedElContext, setVariable, setVariable, setVariable, setVariable, setVariableLocal, setVariableLocal, setVariableLocal, setVariables, setVariables, setVariablesLocal, setVariablesLocal

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • variableInstanceFactory

      protected org.camunda.bpm.engine.impl.core.variable.scope.VariableInstanceFactory<org.camunda.bpm.engine.impl.core.variable.CoreVariableInstance> variableInstanceFactory
    • variableStore

      protected org.camunda.bpm.engine.impl.core.variable.scope.VariableStore<org.camunda.bpm.engine.impl.core.variable.CoreVariableInstance> variableStore
  • Constructor Details

    • SimpleVariableScope

      public SimpleVariableScope(Map<String,?> variables)
  • Method Details

    • getVariableStore

      protected org.camunda.bpm.engine.impl.core.variable.scope.VariableStore<org.camunda.bpm.engine.impl.core.variable.CoreVariableInstance> getVariableStore()
      Specified by:
      getVariableStore in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
    • getVariableInstanceFactory

      protected org.camunda.bpm.engine.impl.core.variable.scope.VariableInstanceFactory<org.camunda.bpm.engine.impl.core.variable.CoreVariableInstance> getVariableInstanceFactory()
      Specified by:
      getVariableInstanceFactory in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
    • getVariableInstanceLifecycleListeners

      protected List<org.camunda.bpm.engine.impl.core.variable.scope.VariableInstanceLifecycleListener<org.camunda.bpm.engine.impl.core.variable.CoreVariableInstance>> getVariableInstanceLifecycleListeners()
      Specified by:
      getVariableInstanceLifecycleListeners in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
    • getParentVariableScope

      public org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope getParentVariableScope()
      Specified by:
      getParentVariableScope in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope