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

Packages that use AbstractVariableScope
org.camunda.bpm.engine.impl.bpmn.behavior   
org.camunda.bpm.engine.impl.cmmn.behavior   
org.camunda.bpm.engine.impl.cmmn.entity.runtime   
org.camunda.bpm.engine.impl.cmmn.execution   
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.mapping.value   
org.camunda.bpm.engine.impl.core.variable.scope   
org.camunda.bpm.engine.impl.el   
org.camunda.bpm.engine.impl.persistence.entity   
org.camunda.bpm.engine.impl.pvm.runtime   
org.camunda.bpm.engine.impl.scripting   
org.camunda.bpm.engine.impl.variable   
 

Uses of AbstractVariableScope in org.camunda.bpm.engine.impl.bpmn.behavior
 

Methods in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type AbstractVariableScope
protected  void MultiInstanceActivityBehavior.executeIoMapping(AbstractVariableScope scope)
           
 

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

Methods in org.camunda.bpm.engine.impl.cmmn.behavior with parameters of type AbstractVariableScope
 String CallableElement.getBusinessKey(AbstractVariableScope variableScope)
           
 String CallableElement.getDefinitionKey(AbstractVariableScope variableScope)
           
 Object CallableElementParameter.getSource(AbstractVariableScope variableScope)
           
protected  Map<String,Object> ProcessOrCaseTaskActivityBehavior.getVariables(List<CallableElementParameter> params, AbstractVariableScope variableScope)
           
 Integer CallableElement.getVersion(AbstractVariableScope variableScope)
           
 

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.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 InputParameter.execute(AbstractVariableScope innerScope, AbstractVariableScope outerScope)
           
protected abstract  void IoParameter.execute(AbstractVariableScope innerScope, AbstractVariableScope outerScope)
           
protected  void OutputParameter.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.mapping.value
 

Methods in org.camunda.bpm.engine.impl.core.variable.mapping.value with parameters of type AbstractVariableScope
 Object ParameterValueProvider.getValue(AbstractVariableScope variableScope)
           
 Object ConstantValueProvider.getValue(AbstractVariableScope scope)
           
 Object MapValueProvider.getValue(AbstractVariableScope variableScope)
           
 Object ListValueProvider.getValue(AbstractVariableScope variableScope)
           
 Object NullValueProvider.getValue(AbstractVariableScope variableScope)
           
 

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

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
 void CoreVariableStore.createOrUpdateVariable(String variableName, TypedValue value, AbstractVariableScope sourceActivityExecution)
           
 void AbstractVariableStore.createOrUpdateVariable(String variableName, TypedValue value, AbstractVariableScope sourceActivityExecution)
           
 CoreVariableInstance SimpleVariableStore.createVariableInstance(String variableName, TypedValue value, AbstractVariableScope sourceActivityExecution)
           
protected abstract  CoreVariableInstance AbstractVariableStore.createVariableInstance(String variableName, TypedValue value, AbstractVariableScope sourceActivityExecution)
           
protected  void AbstractVariableScope.removeVariable(String variableName, AbstractVariableScope sourceActivityExecution)
           
 CoreVariableInstance CoreVariableStore.removeVariableInstance(String variableName, AbstractVariableScope sourceActivityExecution)
           
 CoreVariableInstance MapBasedVariableStore.removeVariableInstance(String variableName, AbstractVariableScope sourceActivityExecution)
           
protected  void AbstractVariableScope.removeVariableLocal(String variableName, AbstractVariableScope sourceActivityExecution)
           
protected  void AbstractVariableScope.setVariable(String variableName, TypedValue value, AbstractVariableScope sourceActivityVariableScope)
           
 void AbstractVariableScope.setVariableLocal(String variableName, TypedValue value, AbstractVariableScope sourceActivityExecution)
           
 void SimpleVariableStore.setVariableValue(CoreVariableInstance variableInstance, TypedValue value, AbstractVariableScope sourceActivityExecution)
           
protected abstract  void AbstractVariableStore.setVariableValue(CoreVariableInstance variableInstance, TypedValue value, AbstractVariableScope sourceActivityExecution)
           
 

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

Methods in org.camunda.bpm.engine.impl.el with parameters of type AbstractVariableScope
 Object ElValueProvider.getValue(AbstractVariableScope variableScope)
           
 

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()
           
 

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.scripting
 

Methods in org.camunda.bpm.engine.impl.scripting with parameters of type AbstractVariableScope
 Object ScriptValueProvider.getValue(AbstractVariableScope variableScope)
           
 

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

Methods in org.camunda.bpm.engine.impl.variable with parameters of type AbstractVariableScope
 CoreVariableInstance AbstractPersistentVariableStore.createVariableInstance(String variableName, TypedValue value, AbstractVariableScope sourceActivityExecution)
           
 void AbstractPersistentVariableStore.fireHistoricVariableInstanceCreate(VariableInstanceEntity variableInstance, AbstractVariableScope sourceActivityExecution)
           
 void AbstractPersistentVariableStore.fireHistoricVariableInstanceDelete(VariableInstanceEntity variableInstance, AbstractVariableScope sourceActivityExecution)
           
 void AbstractPersistentVariableStore.fireHistoricVariableInstanceUpdate(VariableInstanceEntity variableInstance, AbstractVariableScope sourceActivityExecution)
           
protected  void AbstractPersistentVariableStore.fireVariableEvent(VariableInstanceEntity variableInstance, String eventName, AbstractVariableScope sourceActivityExecution)
           
 CoreVariableInstance AbstractPersistentVariableStore.removeVariableInstance(String variableName, AbstractVariableScope sourceActivityExecution)
           
 void AbstractPersistentVariableStore.setVariableValue(CoreVariableInstance variableInstance, TypedValue value, AbstractVariableScope sourceActivityExecution)
           
 



Copyright © 2014 camunda services GmbH. All rights reserved.