Uses of Class
org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope

Packages that use AbstractVariableScope
org.camunda.bpm.engine.impl.cmd   
org.camunda.bpm.engine.impl.cmmn.entity.runtime   
org.camunda.bpm.engine.impl.cmmn.execution   
org.camunda.bpm.engine.impl.core   
org.camunda.bpm.engine.impl.core.instance   
org.camunda.bpm.engine.impl.core.variable.event   
org.camunda.bpm.engine.impl.core.variable.mapping   
org.camunda.bpm.engine.impl.core.variable.scope   
org.camunda.bpm.engine.impl.persistence.entity   
org.camunda.bpm.engine.impl.pvm.runtime   
org.camunda.bpm.engine.impl.util   
 

Uses of AbstractVariableScope in org.camunda.bpm.engine.impl.cmd
 

Methods in org.camunda.bpm.engine.impl.cmd that return AbstractVariableScope
protected abstract  AbstractVariableScope AbstractVariableCmd.getEntity()
           
 

Methods in org.camunda.bpm.engine.impl.cmd with parameters of type AbstractVariableScope
protected abstract  void AbstractVariableCmd.executeOperation(AbstractVariableScope scope)
           
protected  void AbstractRemoveVariableCmd.executeOperation(AbstractVariableScope scope)
           
protected  void AbstractSetVariableCmd.executeOperation(AbstractVariableScope scope)
           
protected  void RemoveExecutionVariablesCmd.logVariableOperation(AbstractVariableScope scope)
           
protected  void RemoveTaskVariablesCmd.logVariableOperation(AbstractVariableScope scope)
           
protected abstract  void AbstractVariableCmd.logVariableOperation(AbstractVariableScope scope)
           
protected  void SetTaskVariablesCmd.logVariableOperation(AbstractVariableScope scope)
           
protected  void SetExecutionVariablesCmd.logVariableOperation(AbstractVariableScope scope)
           
 

Uses of AbstractVariableScope in org.camunda.bpm.engine.impl.cmmn.entity.runtime
 

Subclasses of AbstractVariableScope in org.camunda.bpm.engine.impl.cmmn.entity.runtime
 class CaseExecutionEntity
           
 

Uses of AbstractVariableScope in org.camunda.bpm.engine.impl.cmmn.execution
 

Subclasses of AbstractVariableScope in org.camunda.bpm.engine.impl.cmmn.execution
 class CaseExecutionImpl
           
 class CmmnExecution
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.execution that return AbstractVariableScope
 AbstractVariableScope CmmnExecution.getParentVariableScope()
           
 

Uses of AbstractVariableScope in org.camunda.bpm.engine.impl.core
 

Methods in org.camunda.bpm.engine.impl.core with parameters of type AbstractVariableScope
 void CoreLogger.debugMappingValuefromInnerScopeToOuterScope(Object value, AbstractVariableScope innerScope, String name, AbstractVariableScope outerScope)
           
 void CoreLogger.debugMappingValueFromOuterScopeToInnerScope(Object value, AbstractVariableScope outerScope, String name, AbstractVariableScope innerScope)
           
 

Uses of AbstractVariableScope in org.camunda.bpm.engine.impl.core.instance
 

Subclasses of AbstractVariableScope in org.camunda.bpm.engine.impl.core.instance
 class CoreExecution
          Defines the base API for the execution of an activity.
 

Uses of AbstractVariableScope in org.camunda.bpm.engine.impl.core.variable.event
 

Fields in org.camunda.bpm.engine.impl.core.variable.event declared as AbstractVariableScope
protected  AbstractVariableScope VariableEvent.sourceScope
           
 

Methods in org.camunda.bpm.engine.impl.core.variable.event that return AbstractVariableScope
 AbstractVariableScope VariableEvent.getSourceScope()
           
 

Constructors in org.camunda.bpm.engine.impl.core.variable.event with parameters of type AbstractVariableScope
VariableEvent(VariableInstance variableInstance, String eventName, AbstractVariableScope sourceScope)
           
 

Uses of AbstractVariableScope in org.camunda.bpm.engine.impl.core.variable.mapping
 

Methods in org.camunda.bpm.engine.impl.core.variable.mapping with parameters of type AbstractVariableScope
 void IoParameter.execute(AbstractVariableScope scope)
          Execute the parameter in a given variable scope.
protected  void OutputParameter.execute(AbstractVariableScope innerScope, AbstractVariableScope outerScope)
           
protected abstract  void IoParameter.execute(AbstractVariableScope innerScope, AbstractVariableScope outerScope)
           
protected  void InputParameter.execute(AbstractVariableScope innerScope, AbstractVariableScope outerScope)
           
 void IoMapping.executeInputParameters(AbstractVariableScope variableScope)
           
 void IoMapping.executeOutputParameters(AbstractVariableScope variableScope)
           
 

Uses of AbstractVariableScope in org.camunda.bpm.engine.impl.core.variable.scope
 

Fields in org.camunda.bpm.engine.impl.core.variable.scope declared as AbstractVariableScope
protected  AbstractVariableScope VariableListenerInvocationListener.targetScope
           
 

Methods in org.camunda.bpm.engine.impl.core.variable.scope that return AbstractVariableScope
abstract  AbstractVariableScope AbstractVariableScope.getParentVariableScope()
           
protected  AbstractVariableScope AbstractVariableScope.getSourceActivityVariableScope()
           
 

Methods in org.camunda.bpm.engine.impl.core.variable.scope with parameters of type AbstractVariableScope
protected  void AbstractVariableScope.invokeVariableLifecycleListenersCreate(CoreVariableInstance variableInstance, AbstractVariableScope sourceScope)
           
protected  void AbstractVariableScope.invokeVariableLifecycleListenersCreate(CoreVariableInstance variableInstance, AbstractVariableScope sourceScope, List<VariableInstanceLifecycleListener<CoreVariableInstance>> lifecycleListeners)
           
protected  void AbstractVariableScope.invokeVariableLifecycleListenersDelete(CoreVariableInstance variableInstance, AbstractVariableScope sourceScope)
           
protected  void AbstractVariableScope.invokeVariableLifecycleListenersDelete(CoreVariableInstance variableInstance, AbstractVariableScope sourceScope, List<VariableInstanceLifecycleListener<CoreVariableInstance>> lifecycleListeners)
           
protected  void AbstractVariableScope.invokeVariableLifecycleListenersUpdate(CoreVariableInstance variableInstance, AbstractVariableScope sourceScope)
           
protected  void AbstractVariableScope.invokeVariableLifecycleListenersUpdate(CoreVariableInstance variableInstance, AbstractVariableScope sourceScope, List<VariableInstanceLifecycleListener<CoreVariableInstance>> lifecycleListeners)
           
 void VariableInstanceLifecycleListener.onCreate(T variableInstance, AbstractVariableScope sourceScope)
           
 void VariableOnPartListener.onCreate(VariableInstanceEntity variable, AbstractVariableScope sourceScope)
           
 void CmmnVariableInvocationListener.onCreate(VariableInstanceEntity variable, AbstractVariableScope sourceScope)
           
 void VariableListenerInvocationListener.onCreate(VariableInstanceEntity variable, AbstractVariableScope sourceScope)
           
 void VariableInstanceLifecycleListener.onDelete(T variableInstance, AbstractVariableScope sourceScope)
           
 void VariableOnPartListener.onDelete(VariableInstanceEntity variable, AbstractVariableScope sourceScope)
           
 void CmmnVariableInvocationListener.onDelete(VariableInstanceEntity variable, AbstractVariableScope sourceScope)
           
 void VariableListenerInvocationListener.onDelete(VariableInstanceEntity variable, AbstractVariableScope sourceScope)
           
 void VariableInstanceLifecycleListener.onUpdate(T variableInstance, AbstractVariableScope sourceScope)
           
 void VariableOnPartListener.onUpdate(VariableInstanceEntity variable, AbstractVariableScope sourceScope)
           
 void CmmnVariableInvocationListener.onUpdate(VariableInstanceEntity variable, AbstractVariableScope sourceScope)
           
 void VariableListenerInvocationListener.onUpdate(VariableInstanceEntity variable, AbstractVariableScope sourceScope)
           
protected  void AbstractVariableScope.removeVariable(String variableName, AbstractVariableScope sourceActivityExecution)
           
protected  void AbstractVariableScope.removeVariableLocal(String variableName, AbstractVariableScope sourceActivityExecution)
           
protected  void AbstractVariableScope.setVariable(String variableName, org.camunda.bpm.engine.variable.value.TypedValue value, AbstractVariableScope sourceActivityVariableScope)
           
 void AbstractVariableScope.setVariableLocal(String variableName, org.camunda.bpm.engine.variable.value.TypedValue value, AbstractVariableScope sourceActivityExecution)
           
 

Constructors in org.camunda.bpm.engine.impl.core.variable.scope with parameters of type AbstractVariableScope
VariableListenerInvocationListener(AbstractVariableScope targetScope)
           
 

Uses of AbstractVariableScope in org.camunda.bpm.engine.impl.persistence.entity
 

Subclasses of AbstractVariableScope in org.camunda.bpm.engine.impl.persistence.entity
 class ExecutionEntity
           
 class TaskEntity
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return AbstractVariableScope
 AbstractVariableScope TaskEntity.getParentVariableScope()
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type AbstractVariableScope
 void VariableInstanceConcurrentLocalInitializer.onCreate(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope)
           
 void VariableInstanceHistoryListener.onCreate(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope)
           
 void VariableInstanceSequenceCounterListener.onCreate(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope)
           
 void VariableInstanceEntityPersistenceListener.onCreate(VariableInstanceEntity variable, AbstractVariableScope sourceScope)
           
 void VariableInstanceConcurrentLocalInitializer.onDelete(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope)
           
 void VariableInstanceHistoryListener.onDelete(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope)
           
 void VariableInstanceSequenceCounterListener.onDelete(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope)
           
 void VariableInstanceEntityPersistenceListener.onDelete(VariableInstanceEntity variable, AbstractVariableScope sourceScope)
           
 void VariableInstanceConcurrentLocalInitializer.onUpdate(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope)
           
 void VariableInstanceHistoryListener.onUpdate(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope)
           
 void VariableInstanceSequenceCounterListener.onUpdate(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope)
           
 void VariableInstanceEntityPersistenceListener.onUpdate(VariableInstanceEntity variable, AbstractVariableScope sourceScope)
           
 

Uses of AbstractVariableScope in org.camunda.bpm.engine.impl.pvm.runtime
 

Subclasses of AbstractVariableScope in org.camunda.bpm.engine.impl.pvm.runtime
 class ExecutionImpl
           
 class PvmExecutionImpl
           
 

Methods in org.camunda.bpm.engine.impl.pvm.runtime that return AbstractVariableScope
 AbstractVariableScope PvmExecutionImpl.getParentVariableScope()
           
 

Uses of AbstractVariableScope in org.camunda.bpm.engine.impl.util
 

Methods in org.camunda.bpm.engine.impl.util with parameters of type AbstractVariableScope
protected static DecisionInvocation DecisionEvaluationUtil.createInvocation(DecisionDefinition decisionDefinition, AbstractVariableScope variableScope)
           
static void DecisionEvaluationUtil.evaluateDecision(AbstractVariableScope execution, BaseCallableElement callableElement, String resultVariable, DecisionResultMapper decisionResultMapper)
           
protected static DecisionDefinition DecisionEvaluationUtil.resolveDecisionDefinition(BaseCallableElement callableElement, AbstractVariableScope execution)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.