Uses of Interface
org.camunda.bpm.engine.impl.core.variable.scope.CoreVariableStore

Packages that use CoreVariableStore
org.camunda.bpm.engine.impl.cmmn.entity.runtime   
org.camunda.bpm.engine.impl.cmmn.execution   
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.variable   
 

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

Classes in org.camunda.bpm.engine.impl.cmmn.entity.runtime that implement CoreVariableStore
 class CaseExecutionEntityVariableStore
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime that return CoreVariableStore
protected  CoreVariableStore CaseExecutionEntity.getVariableStore()
           
 

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

Methods in org.camunda.bpm.engine.impl.cmmn.execution that return CoreVariableStore
protected  CoreVariableStore CaseExecutionImpl.getVariableStore()
           
 

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

Classes in org.camunda.bpm.engine.impl.core.variable.scope that implement CoreVariableStore
 class AbstractVariableStore
           
 class MapBasedVariableStore
          A simple CoreVariableStore implementation based on a Map
 class SimpleVariableStore
           
 

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

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

Classes in org.camunda.bpm.engine.impl.persistence.entity that implement CoreVariableStore
 class ExecutionEntityVariableStore
           
 class TaskEntityVariableStore
          Variable store adapter for TaskEntity
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return CoreVariableStore
protected  CoreVariableStore ExecutionEntity.getVariableStore()
           
protected  CoreVariableStore TaskEntity.getVariableStore()
           
 

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

Methods in org.camunda.bpm.engine.impl.pvm.runtime that return CoreVariableStore
protected  CoreVariableStore ExecutionImpl.getVariableStore()
           
 

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

Classes in org.camunda.bpm.engine.impl.variable that implement CoreVariableStore
 class AbstractPersistentVariableStore
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.