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 HistoryManager
void
recordVariableCreate
(VariableInstanceEntity variable, Date createTime) Record a variable has been created, if audit history is enabled.void
recordVariableRemoved
(VariableInstanceEntity variable, Date removeTime) Record a variable has been deleted, if audit history is enabled.void
recordVariableUpdate
(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:InternalHistoryVariableManager
Record a variable has been created, if audit history is enabled.- Specified by:
recordVariableCreate
in interfaceInternalHistoryVariableManager
-
recordVariableUpdate
Description copied from interface:InternalHistoryVariableManager
Record a variable has been updated, if audit history is enabled.- Specified by:
recordVariableUpdate
in interfaceInternalHistoryVariableManager
-
recordVariableRemoved
Description copied from interface:InternalHistoryVariableManager
Record a variable has been deleted, if audit history is enabled.- Specified by:
recordVariableRemoved
in interfaceInternalHistoryVariableManager
-
getHistoryManager
-