Interface SystemReceiver
- All Superinterfaces:
OsidReceiver
The system receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted System
objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedChildOfSystems(Id notificationId, IdList systemIds) The callback for notifications of changes to children of system hierarchy nodes.voidchangedSystems(Id notificationId, IdList systemIds) The callback for notification of updated system.voiddeletedSystems(Id notificationId, IdList systemIds) The callback for notification of deleted systems.voidnewSystems(Id notificationId, IdList systemIds) The callback for notifications of new systems.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newSystems
-
changedSystems
-
deletedSystems
-
changedChildOfSystems
The callback for notifications of changes to children of system hierarchy nodes.- Parameters:
notificationId- the notificationIdsystemIds- theIdsof theSystemswhose children have changed- Compliance:
mandatory- This method must be implemented.
-