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

Packages that use CoreVariableInstance
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.history Classes related to the HistoryService
org.camunda.bpm.engine.impl.connector   
org.camunda.bpm.engine.impl.core.variable   
org.camunda.bpm.engine.impl.el   
org.camunda.bpm.engine.impl.persistence.entity   
org.camunda.bpm.engine.impl.variable   
org.camunda.bpm.engine.runtime Classes related to the RuntimeService
 

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

Classes in org.camunda.bpm.engine.delegate with type parameters of type CoreVariableInstance
 interface VariableScope<T extends CoreVariableInstance>
           
 

Subinterfaces of CoreVariableInstance in org.camunda.bpm.engine.delegate
 interface PersistentVariableInstance
           
 

Uses of CoreVariableInstance in org.camunda.bpm.engine.history
 

Subinterfaces of CoreVariableInstance in org.camunda.bpm.engine.history
 interface HistoricVariableInstance
          A single process variable containing the last value when its process instance has finished.
 

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

Classes in org.camunda.bpm.engine.impl.connector that implement CoreVariableInstance
static class ConnectorVariableStore.ConnectorParamVariable
           
 

Fields in org.camunda.bpm.engine.impl.connector with type parameters of type CoreVariableInstance
protected  CoreVariableScope<CoreVariableInstance> ConnectorVariableScope.parent
           
 

Methods in org.camunda.bpm.engine.impl.connector that return CoreVariableInstance
 CoreVariableInstance ConnectorVariableStore.getVariableInstance(String variableName)
           
 

Methods in org.camunda.bpm.engine.impl.connector that return types with arguments of type CoreVariableInstance
 CoreVariableScope<CoreVariableInstance> ConnectorVariableScope.getParentVariableScope()
           
 Map<String,CoreVariableInstance> ConnectorVariableStore.getVariableInstances()
           
 Collection<CoreVariableInstance> ConnectorVariableStore.getVariableInstancesValues()
           
protected  CoreVariableStore<CoreVariableInstance> ConnectorVariableScope.getVariableStore()
           
 

Methods in org.camunda.bpm.engine.impl.connector with parameters of type CoreVariableInstance
 void ConnectorVariableStore.setVariableInstanceValue(CoreVariableInstance variableInstance, Object value, CoreVariableScope<CoreVariableInstance> sourceActivityExecution)
           
 

Method parameters in org.camunda.bpm.engine.impl.connector with type arguments of type CoreVariableInstance
 ConnectorVariableStore.ConnectorParamVariable ConnectorVariableStore.createVariableInstance(String variableName, Object value, CoreVariableScope<CoreVariableInstance> sourceActivityExecution)
           
 ConnectorVariableStore.ConnectorParamVariable ConnectorVariableStore.removeVariableInstance(String variableName, CoreVariableScope<CoreVariableInstance> sourceActivityExecution)
           
 void ConnectorVariableStore.setVariableInstanceValue(CoreVariableInstance variableInstance, Object value, CoreVariableScope<CoreVariableInstance> sourceActivityExecution)
           
 

Constructor parameters in org.camunda.bpm.engine.impl.connector with type arguments of type CoreVariableInstance
ConnectorVariableScope(CoreVariableScope<CoreVariableInstance> parent)
           
 

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

Classes in org.camunda.bpm.engine.impl.core.variable with type parameters of type CoreVariableInstance
 class CoreVariableScope<T extends CoreVariableInstance>
           
 interface CoreVariableStore<T extends CoreVariableInstance>
           
 class MapBasedVariableStore<T extends CoreVariableInstance>
           
 

Classes in org.camunda.bpm.engine.impl.core.variable that implement CoreVariableInstance
 class PseudoPersistentVariableInstance
           
static class SimpleVariableStore.SimpleVariableInstance
           
 

Methods in org.camunda.bpm.engine.impl.core.variable that return CoreVariableInstance
 CoreVariableInstance SimpleVariableStore.createVariableInstance(String variableName, Object value, CoreVariableScope<CoreVariableInstance> sourceActivityExecution)
           
 

Methods in org.camunda.bpm.engine.impl.core.variable with parameters of type CoreVariableInstance
 void SimpleVariableStore.setVariableInstanceValue(CoreVariableInstance variableInstance, Object value, CoreVariableScope<CoreVariableInstance> sourceActivityExecution)
           
 

Method parameters in org.camunda.bpm.engine.impl.core.variable with type arguments of type CoreVariableInstance
 CoreVariableInstance SimpleVariableStore.createVariableInstance(String variableName, Object value, CoreVariableScope<CoreVariableInstance> sourceActivityExecution)
           
 void SimpleVariableStore.setVariableInstanceValue(CoreVariableInstance variableInstance, Object value, CoreVariableScope<CoreVariableInstance> sourceActivityExecution)
           
 

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

Methods in org.camunda.bpm.engine.impl.el that return CoreVariableInstance
 CoreVariableInstance StartProcessVariableScope.getVariableInstance(String name)
           
 CoreVariableInstance StartProcessVariableScope.getVariableInstanceLocal(String name)
           
 

Methods in org.camunda.bpm.engine.impl.el that return types with arguments of type CoreVariableInstance
 Map<String,CoreVariableInstance> StartProcessVariableScope.getVariableInstances()
           
 Map<String,CoreVariableInstance> StartProcessVariableScope.getVariableInstancesLocal()
           
 

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

Classes in org.camunda.bpm.engine.impl.persistence.entity that implement CoreVariableInstance
 class HistoricVariableInstanceEntity
           
 class VariableInstanceEntity
           
 

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

Classes in org.camunda.bpm.engine.impl.variable with type parameters of type CoreVariableInstance
 class AbstractVariableStore<T extends CoreVariableInstance>
           
 

Uses of CoreVariableInstance in org.camunda.bpm.engine.runtime
 

Subinterfaces of CoreVariableInstance in org.camunda.bpm.engine.runtime
 interface VariableInstance
          A VariableInstance represents a variable in the execution of a process instance.
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.