Interface InternalHistoryVariableManager
- All Known Implementing Classes:
CmmnHistoryVariableManager
,DefaultHistoryVariableManager
public interface InternalHistoryVariableManager
-
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.
-
Method Details
-
recordVariableCreate
Record a variable has been created, if audit history is enabled. -
recordVariableUpdate
Record a variable has been updated, if audit history is enabled. -
recordVariableRemoved
Record a variable has been deleted, if audit history is enabled.
-