Interface InternalHistoryVariableManager
- All Known Implementing Classes:
CmmnHistoryVariableManager,DefaultHistoryVariableManager
public interface InternalHistoryVariableManager
-
Method Summary
Modifier and TypeMethodDescriptionvoidrecordVariableCreate(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.
-
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.
-