org.camunda.bpm.engine.impl.cmmn.entity.runtime
Class CaseExecutionEntityVariableStore

java.lang.Object
  extended by org.camunda.bpm.engine.impl.variable.AbstractVariableStore<PersistentVariableInstance>
      extended by org.camunda.bpm.engine.impl.variable.AbstractPersistentVariableStore
          extended by 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

Field Summary
protected  CaseExecutionEntity caseExecutionEntity
           
 
Fields inherited from class org.camunda.bpm.engine.impl.variable.AbstractPersistentVariableStore
variableInstances
 
Constructor Summary
CaseExecutionEntityVariableStore(CaseExecutionEntity executionEntity)
           
 
Method Summary
protected  void initializeVariableInstanceBackPointer(VariableInstanceEntity variableInstance)
           
protected  boolean isAutoFireHistoryEvents()
           
protected  List<VariableInstanceEntity> loadVariableInstances()
           
 
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 org.camunda.bpm.engine.impl.variable.AbstractVariableStore
createOrUpdateVariable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.camunda.bpm.engine.impl.core.variable.CoreVariableStore
createOrUpdateVariable
 

Field Detail

caseExecutionEntity

protected CaseExecutionEntity caseExecutionEntity
Constructor Detail

CaseExecutionEntityVariableStore

public CaseExecutionEntityVariableStore(CaseExecutionEntity executionEntity)
Method Detail

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.