Uses of Class
org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableStore

Packages that use AbstractVariableStore
org.camunda.bpm.engine.impl.cmmn.entity.runtime   
org.camunda.bpm.engine.impl.core.variable.scope   
org.camunda.bpm.engine.impl.persistence.entity   
org.camunda.bpm.engine.impl.variable   
 

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

Subclasses of AbstractVariableStore in org.camunda.bpm.engine.impl.cmmn.entity.runtime
 class CaseExecutionEntityVariableStore
           
 

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

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

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

Subclasses of AbstractVariableStore in org.camunda.bpm.engine.impl.persistence.entity
 class ExecutionEntityVariableStore
           
 class TaskEntityVariableStore
          Variable store adapter for TaskEntity
 

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

Subclasses of AbstractVariableStore in org.camunda.bpm.engine.impl.variable
 class AbstractPersistentVariableStore
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.