Interface InternalHistoryVariableManager

All Known Implementing Classes:
CmmnHistoryVariableManager, DefaultHistoryVariableManager

public interface InternalHistoryVariableManager
  • Method Details

    • recordVariableCreate

      void recordVariableCreate(VariableInstanceEntity variable, Date createTime)
      Record a variable has been created, if audit history is enabled.
    • recordVariableUpdate

      void recordVariableUpdate(VariableInstanceEntity variable, Date updateTime)
      Record a variable has been updated, if audit history is enabled.
    • recordVariableRemoved

      void recordVariableRemoved(VariableInstanceEntity variable, Date removeTime)
      Record a variable has been deleted, if audit history is enabled.