Package org.flowable.engine.impl.history
Class DefaultHistoryVariableManager
- java.lang.Object
-
- org.flowable.engine.impl.history.DefaultHistoryVariableManager
-
- All Implemented Interfaces:
InternalHistoryVariableManager
public class DefaultHistoryVariableManager extends Object implements InternalHistoryVariableManager
-
-
Field Summary
Fields Modifier and Type Field Description protected ProcessEngineConfigurationImplprocessEngineConfiguration
-
Constructor Summary
Constructors Constructor Description DefaultHistoryVariableManager(ProcessEngineConfigurationImpl processEngineConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected HistoryManagergetHistoryManager()voidinitAsyncHistoryCommandContextCloseListener()voidrecordVariableCreate(VariableInstanceEntity variable, Date createTime)voidrecordVariableRemoved(VariableInstanceEntity variable, Date removeTime)voidrecordVariableUpdate(VariableInstanceEntity variable, Date updateTime)
-
-
-
Field Detail
-
processEngineConfiguration
protected ProcessEngineConfigurationImpl processEngineConfiguration
-
-
Constructor Detail
-
DefaultHistoryVariableManager
public DefaultHistoryVariableManager(ProcessEngineConfigurationImpl processEngineConfiguration)
-
-
Method Detail
-
recordVariableCreate
public void recordVariableCreate(VariableInstanceEntity variable, Date createTime)
- Specified by:
recordVariableCreatein interfaceInternalHistoryVariableManager
-
recordVariableUpdate
public void recordVariableUpdate(VariableInstanceEntity variable, Date updateTime)
- Specified by:
recordVariableUpdatein interfaceInternalHistoryVariableManager
-
recordVariableRemoved
public void recordVariableRemoved(VariableInstanceEntity variable, Date removeTime)
- Specified by:
recordVariableRemovedin interfaceInternalHistoryVariableManager
-
initAsyncHistoryCommandContextCloseListener
public void initAsyncHistoryCommandContextCloseListener()
- Specified by:
initAsyncHistoryCommandContextCloseListenerin interfaceInternalHistoryVariableManager
-
getHistoryManager
protected HistoryManager getHistoryManager()
-
-