Uses of Class
org.camunda.bpm.engine.impl.core.variable.scope.VariableStore
-
-
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 Modifier and Type Field Description protected VariableStore<VariableInstanceEntity>CaseExecutionEntity. variableStoreMethods in org.camunda.bpm.engine.impl.cmmn.entity.runtime that return VariableStore Modifier and Type Method Description 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 Modifier and Type Field Description protected VariableStore<SimpleVariableInstance>CaseExecutionImpl. variableStoreMethods in org.camunda.bpm.engine.impl.cmmn.execution that return VariableStore Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Field Description protected VariableStore<VariableInstanceEntity>ExecutionEntity. variableStoreprotected VariableStore<VariableInstanceEntity>TaskEntity. variableStoreMethods in org.camunda.bpm.engine.impl.persistence.entity that return VariableStore Modifier and Type Method Description 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 Modifier and Type Field Description protected VariableStore<CoreVariableInstance>ExecutionImpl. variableStoreMethods in org.camunda.bpm.engine.impl.pvm.runtime that return VariableStore Modifier and Type Method Description protected VariableStore<CoreVariableInstance>ExecutionImpl. getVariableStore()
-