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. variableStore
Methods 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. variableStore
Methods 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. variableStore
protected VariableStore<VariableInstanceEntity>
TaskEntity. variableStore
Methods 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. variableStore
Methods in org.camunda.bpm.engine.impl.pvm.runtime that return VariableStore Modifier and Type Method Description protected VariableStore<CoreVariableInstance>
ExecutionImpl. getVariableStore()
-
Uses of VariableStore in org.camunda.connect.plugin.impl
Fields in org.camunda.connect.plugin.impl declared as VariableStore Modifier and Type Field Description protected VariableStore<SimpleVariableInstance>
ConnectorVariableScope. variableStore
Methods in org.camunda.connect.plugin.impl that return VariableStore Modifier and Type Method Description protected VariableStore<CoreVariableInstance>
ConnectorVariableScope. getVariableStore()
-