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