Package org.flowable.engine.impl.history
Class DefaultHistoryVariableManager
java.lang.Object
org.flowable.engine.impl.history.DefaultHistoryVariableManager
- All Implemented Interfaces:
InternalHistoryVariableManager
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefaultHistoryVariableManager(ProcessEngineConfigurationImpl processEngineConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionprotected HistoryManagervoidrecordVariableCreate(VariableInstanceEntity variable, Date createTime) Record a variable has been created, if audit history is enabled.voidrecordVariableRemoved(VariableInstanceEntity variable, Date removeTime) Record a variable has been deleted, if audit history is enabled.voidrecordVariableUpdate(VariableInstanceEntity variable, Date updateTime) Record a variable has been updated, if audit history is enabled.
-
Field Details
-
processEngineConfiguration
-
-
Constructor Details
-
DefaultHistoryVariableManager
-
-
Method Details
-
recordVariableCreate
Description copied from interface:InternalHistoryVariableManagerRecord a variable has been created, if audit history is enabled.- Specified by:
recordVariableCreatein interfaceInternalHistoryVariableManager
-
recordVariableUpdate
Description copied from interface:InternalHistoryVariableManagerRecord a variable has been updated, if audit history is enabled.- Specified by:
recordVariableUpdatein interfaceInternalHistoryVariableManager
-
recordVariableRemoved
Description copied from interface:InternalHistoryVariableManagerRecord a variable has been deleted, if audit history is enabled.- Specified by:
recordVariableRemovedin interfaceInternalHistoryVariableManager
-
getHistoryManager
-