Class CmmnHistoryVariableManager
java.lang.Object
org.flowable.cmmn.engine.impl.history.CmmnHistoryVariableManager
- All Implemented Interfaces:
InternalHistoryVariableManager
- Author:
- Joram Barrez
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
cmmnEngineConfiguration
-
-
Constructor Details
-
CmmnHistoryVariableManager
-
-
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
-