Package com.uc4.api.objects
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
afterSaveObject()
Called after an object is saved.
-