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

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

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

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

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

Methods in org.camunda.bpm.engine.impl.core.variable that return CoreVariableStore
protected abstract  CoreVariableStore CoreVariableScope.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 AbstractVariableStore
           
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.