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

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

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

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

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

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

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

Classes in org.camunda.bpm.engine.impl.core.variable that implement CorePersistentVariableStore
 class PseudoPersistentVariableStore
           
 

Methods in org.camunda.bpm.engine.impl.core.variable that return CorePersistentVariableStore
protected abstract  CorePersistentVariableStore CorePersistentVariableScope.getVariableStore()
           
 

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

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

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

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

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

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

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



Copyright © 2014 camunda services GmbH. All Rights Reserved.