org.camunda.bpm.engine.impl.cmmn.entity.runtime
Class CaseExecutionEntityVariableStore
java.lang.Object
org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableStore
org.camunda.bpm.engine.impl.variable.AbstractPersistentVariableStore
org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntityVariableStore
- All Implemented Interfaces:
- CoreVariableStore
public class CaseExecutionEntityVariableStore
- extends AbstractPersistentVariableStore
- Author:
- Roman Smirnov
| Methods inherited from class org.camunda.bpm.engine.impl.variable.AbstractPersistentVariableStore |
containsVariableInstance, createTransientVariable, createVariableInstance, ensureVariableInstancesInitialized, fireHistoricVariableInstanceCreate, fireHistoricVariableInstanceDelete, fireHistoricVariableInstanceUpdate, fireVariableEvent, getVariableInstance, getVariableInstances, getVariableInstancesDirect, getVariableInstancesValues, getVariableNames, isAutoFireHistoryEvents, isEmpty, removeVariableInstance, removeVariablesWithoutFiringEvents, setVariableInstances, setVariableValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
caseExecutionEntity
protected CaseExecutionEntity caseExecutionEntity
CaseExecutionEntityVariableStore
public CaseExecutionEntityVariableStore(CaseExecutionEntity executionEntity)
loadVariableInstances
protected List<VariableInstanceEntity> loadVariableInstances()
- Specified by:
loadVariableInstances in class AbstractPersistentVariableStore
initializeVariableInstanceBackPointer
protected void initializeVariableInstanceBackPointer(VariableInstanceEntity variableInstance)
- Specified by:
initializeVariableInstanceBackPointer in class AbstractPersistentVariableStore
Copyright © 2016 camunda services GmbH. All rights reserved.