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

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

Field Summary
protected  CaseExecutionEntity caseExecutionEntity
           
 
Fields inherited from class org.camunda.bpm.engine.impl.variable.AbstractVariableStore
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.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
 

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 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.