Uses of Interface
org.camunda.bpm.engine.delegate.VariableScope

Packages that use VariableScope
org.camunda.bpm.engine.delegate Interfaces used to include Java code in a process as the behavior of an activity or as a listener to process events with JavaDelegates. 
org.camunda.bpm.engine.impl.cmmn.entity.runtime   
org.camunda.bpm.engine.impl.cmmn.execution   
org.camunda.bpm.engine.impl.connector   
org.camunda.bpm.engine.impl.core.instance   
org.camunda.bpm.engine.impl.core.variable   
org.camunda.bpm.engine.impl.el   
org.camunda.bpm.engine.impl.form.engine   
org.camunda.bpm.engine.impl.history.producer   
org.camunda.bpm.engine.impl.persistence.entity   
org.camunda.bpm.engine.impl.pvm.delegate   
org.camunda.bpm.engine.impl.pvm.runtime   
org.camunda.bpm.engine.impl.scripting.engine   
org.camunda.bpm.engine.impl.scripting.env   
org.camunda.bpm.engine.impl.variable   
org.camunda.bpm.engine.test.mock   
 

Uses of VariableScope in org.camunda.bpm.engine.delegate
 

Subinterfaces of VariableScope in org.camunda.bpm.engine.delegate
 interface BaseDelegateExecution
           
 interface DelegateCaseExecution
           
 interface DelegateExecution
          Execution used in JavaDelegates and ExecutionListeners.
 interface DelegateTask
           
 

Methods in org.camunda.bpm.engine.delegate with parameters of type VariableScope
 Object Expression.getValue(VariableScope variableScope)
           
 void Expression.setValue(Object value, VariableScope variableScope)
           
 

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

Classes in org.camunda.bpm.engine.impl.cmmn.entity.runtime that implement VariableScope
 class CaseExecutionEntity
           
 

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

Subinterfaces of VariableScope in org.camunda.bpm.engine.impl.cmmn.execution
 interface CmmnActivityExecution
           
 interface CmmnCaseInstance
           
 

Classes in org.camunda.bpm.engine.impl.cmmn.execution that implement VariableScope
 class CaseExecutionImpl
           
 class CmmnExecution
           
 

Uses of VariableScope in org.camunda.bpm.engine.impl.connector
 

Classes in org.camunda.bpm.engine.impl.connector that implement VariableScope
 class ConnectorVariableScope
          Exposes a connector request as variableScope.
 

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

Classes in org.camunda.bpm.engine.impl.core.instance that implement VariableScope
 class CoreExecution
          Defines the base API for the execution of an activity.
 

Uses of VariableScope in org.camunda.bpm.engine.impl.core.variable
 

Classes in org.camunda.bpm.engine.impl.core.variable that implement VariableScope
 class CoreVariableScope
           
 

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

Classes in org.camunda.bpm.engine.impl.el that implement VariableScope
 class StartProcessVariableScope
          Variable-scope only used to resolve variables when NO execution is active but expression-resolving is needed.
 

Fields in org.camunda.bpm.engine.impl.el declared as VariableScope
protected  VariableScope VariableScopeElResolver.variableScope
           
 

Methods in org.camunda.bpm.engine.impl.el with parameters of type VariableScope
protected  ProcessEngineElContext ExpressionManager.createElContext(VariableScope variableScope)
           
protected  ELResolver ExpressionManager.createElResolver(VariableScope variableScope)
           
 ELContext ExpressionManager.getElContext(VariableScope variableScope)
           
 Object JuelExpression.getValue(VariableScope variableScope)
           
 Object FixedValue.getValue(VariableScope variableScope)
           
 Object Expression.getValue(VariableScope variableScope)
           
 void JuelExpression.setValue(Object value, VariableScope variableScope)
           
 void FixedValue.setValue(Object value, VariableScope variableScope)
           
 void Expression.setValue(Object value, VariableScope variableScope)
           
 

Constructors in org.camunda.bpm.engine.impl.el with parameters of type VariableScope
VariableScopeElResolver(VariableScope variableScope)
           
 

Uses of VariableScope in org.camunda.bpm.engine.impl.form.engine
 

Methods in org.camunda.bpm.engine.impl.form.engine with parameters of type VariableScope
protected  Object JuelFormEngine.executeScript(String scriptSrc, VariableScope scope)
           
 

Uses of VariableScope in org.camunda.bpm.engine.impl.history.producer
 

Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type VariableScope
 HistoryEvent DefaultHistoryEventProducer.createHistoricVariableCreateEvt(VariableInstanceEntity variableInstance, VariableScope sourceVariableScope)
           
 HistoryEvent HistoryEventProducer.createHistoricVariableCreateEvt(VariableInstanceEntity variableInstance, VariableScope sourceVariableScope)
          Creates the history event fired when a variable is created.
 HistoryEvent DefaultHistoryEventProducer.createHistoricVariableDeleteEvt(VariableInstanceEntity variableInstance, VariableScope sourceVariableScope)
           
 HistoryEvent HistoryEventProducer.createHistoricVariableDeleteEvt(VariableInstanceEntity variableInstance, VariableScope sourceVariableScope)
          Creates the history event fired when a variable is deleted.
protected  HistoryEvent DefaultHistoryEventProducer.createHistoricVariableEvent(VariableInstanceEntity variableInstance, VariableScope sourceVariableScope, String eventType)
           
 HistoryEvent DefaultHistoryEventProducer.createHistoricVariableUpdateEvt(VariableInstanceEntity variableInstance, VariableScope sourceVariableScope)
           
 HistoryEvent HistoryEventProducer.createHistoricVariableUpdateEvt(VariableInstanceEntity variableInstance, VariableScope sourceVariableScope)
          Creates the history event fired when a variable is updated.
 

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

Classes in org.camunda.bpm.engine.impl.persistence.entity that implement VariableScope
 class ExecutionEntity
           
 class TaskEntity
           
 

Uses of VariableScope in org.camunda.bpm.engine.impl.pvm.delegate
 

Subinterfaces of VariableScope in org.camunda.bpm.engine.impl.pvm.delegate
 interface ActivityExecution
           
 

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

Classes in org.camunda.bpm.engine.impl.pvm.runtime that implement VariableScope
 class ExecutionImpl
           
 class PvmExecutionImpl
           
 

Uses of VariableScope in org.camunda.bpm.engine.impl.scripting.engine
 

Fields in org.camunda.bpm.engine.impl.scripting.engine declared as VariableScope
protected  VariableScope ScriptBindings.variableScope
           
protected  VariableScope VariableScopeResolver.variableScope
           
 

Methods in org.camunda.bpm.engine.impl.scripting.engine with parameters of type VariableScope
 Bindings ScriptingEngines.createBindings(ScriptEngine scriptEngine, VariableScope variableScope)
          override to build a spring aware ScriptingEngines
 Bindings ScriptBindingsFactory.createBindings(VariableScope variableScope, Bindings engineBindings)
           
 Resolver VariableScopeResolverFactory.createResolver(VariableScope variableScope)
           
 Resolver ResolverFactory.createResolver(VariableScope variableScope)
           
 Resolver BeansResolverFactory.createResolver(VariableScope variableScope)
           
 

Constructors in org.camunda.bpm.engine.impl.scripting.engine with parameters of type VariableScope
ScriptBindings(List<Resolver> scriptResolvers, VariableScope variableScope, Bindings wrappedBindings)
           
VariableScopeResolver(VariableScope variableScope)
           
 

Uses of VariableScope in org.camunda.bpm.engine.impl.scripting.env
 

Methods in org.camunda.bpm.engine.impl.scripting.env with parameters of type VariableScope
 Object ScriptingEnvironment.execute(ExecutableScript script, VariableScope scope)
          execute a given script in the environment
 

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

Methods in org.camunda.bpm.engine.impl.variable with parameters of type VariableScope
 void VariableDeclaration.destroy(VariableScope innerScopeInstance, VariableScope outerScopeInstance)
           
 void VariableDeclaration.initialize(VariableScope innerScopeInstance, VariableScope outerScopeInstance)
           
 

Uses of VariableScope in org.camunda.bpm.engine.test.mock
 

Methods in org.camunda.bpm.engine.test.mock with parameters of type VariableScope
protected  ELResolver MockExpressionManager.createElResolver(VariableScope variableScope)
           
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.