org.camunda.bpm.engine.impl.cmmn.entity.runtime
Class CaseExecutionEntityVariableStore
java.lang.Object
org.camunda.bpm.engine.impl.variable.AbstractVariableStore<PersistentVariableInstance>
org.camunda.bpm.engine.impl.variable.AbstractPersistentVariableStore
org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntityVariableStore
- All Implemented Interfaces:
- Serializable, CorePersistentVariableStore, CoreVariableStore<PersistentVariableInstance>
public class CaseExecutionEntityVariableStore
- extends AbstractPersistentVariableStore
- Author:
- Roman Smirnov
- See Also:
- Serialized Form
| Methods inherited from class org.camunda.bpm.engine.impl.variable.AbstractPersistentVariableStore |
canStoreSerializedValue, canStoreValue, clearForNewValue, containsVariableInstance, createOrUpdateVariableFromSerialized, createVariableInstance, createVariableInstanceFromSerialized, ensureVariableInstancesInitialized, fireHistoricVariableInstanceCreate, fireHistoricVariableInstanceDelete, fireHistoricVariableInstanceUpdate, getVariableInstance, getVariableInstances, getVariableInstancesValues, getVariableNames, getVariableTypeByName, getVariableTypeForValue, isEmpty, removeVariableInstance, removeVariablesWithoutFiringEvents, setVariableInstances, setVariableInstanceValue, setVariableInstanceValueFromSerialized |
| 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
isAutoFireHistoryEvents
protected boolean isAutoFireHistoryEvents()
- Overrides:
isAutoFireHistoryEvents in class AbstractPersistentVariableStore
Copyright © 2014 camunda services GmbH. All Rights Reserved.