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

Packages that use VariableStore
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   
 

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

Fields in org.camunda.bpm.engine.impl.cmmn.entity.runtime declared as VariableStore
protected  VariableStore<VariableInstanceEntity> CaseExecutionEntity.variableStore
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime that return VariableStore
protected  VariableStore<CoreVariableInstance> CaseExecutionEntity.getVariableStore()
           
 

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

Fields in org.camunda.bpm.engine.impl.cmmn.execution declared as VariableStore
protected  VariableStore<SimpleVariableInstance> CaseExecutionImpl.variableStore
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.execution that return VariableStore
protected  VariableStore<CoreVariableInstance> CaseExecutionImpl.getVariableStore()
           
 

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

Methods in org.camunda.bpm.engine.impl.core.variable.scope that return VariableStore
protected abstract  VariableStore<CoreVariableInstance> AbstractVariableScope.getVariableStore()
           
 

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

Fields in org.camunda.bpm.engine.impl.persistence.entity declared as VariableStore
protected  VariableStore<VariableInstanceEntity> ExecutionEntity.variableStore
           
protected  VariableStore<VariableInstanceEntity> TaskEntity.variableStore
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return VariableStore
protected  VariableStore<CoreVariableInstance> ExecutionEntity.getVariableStore()
           
protected  VariableStore<CoreVariableInstance> TaskEntity.getVariableStore()
           
 

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

Fields in org.camunda.bpm.engine.impl.pvm.runtime declared as VariableStore
protected  VariableStore<CoreVariableInstance> ExecutionImpl.variableStore
           
 

Methods in org.camunda.bpm.engine.impl.pvm.runtime that return VariableStore
protected  VariableStore<CoreVariableInstance> ExecutionImpl.getVariableStore()
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.