Interface LifecycleSaveAware

All Known Implementing Classes:
Cockpit, ConsoleEvent, DatabaseEvent, FileEvent, FileTransfer, Group, Job, JobPlan, Notification, PSRemoteTaskManager, RuleEvent, SAPQueueManager, Schedule, Script, TimeEvent, WorkflowIF, WorkflowLoop

public interface LifecycleSaveAware

This interface allows objects that implemented to be notified after save operations were executed on the object.

This can be used to cleanup objects' state in case objects keep a log of of operations that they are executing to minimize the DB updates number.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called after an object is saved.
  • Method Details

    • afterSaveObject

      void afterSaveObject()
      Called after an object is saved.