org.camunda.bpm.engine.impl.persistence.entity
Class ExecutionEntityVariableStore

java.lang.Object
  extended by org.camunda.bpm.engine.impl.variable.AbstractVariableStore
      extended by org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntityVariableStore
All Implemented Interfaces:
Serializable, CoreVariableStore

public class ExecutionEntityVariableStore
extends AbstractVariableStore

Author:
Daniel Meyer, Roman Smirnov, Sebastian Menski
See Also:
Serialized Form

Field Summary
protected  ExecutionEntity executionEntity
           
 
Fields inherited from class org.camunda.bpm.engine.impl.variable.AbstractVariableStore
variableInstances
 
Constructor Summary
ExecutionEntityVariableStore(ExecutionEntity 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

executionEntity

protected ExecutionEntity executionEntity
Constructor Detail

ExecutionEntityVariableStore

public ExecutionEntityVariableStore(ExecutionEntity 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.