Interface CatalogueReceiver
- All Superinterfaces:
OsidReceiver
The catalogue receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Catalogue
objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedCatalogues(Id notificationId, IdList catalogueIds) The callback for notification of updated catalogues.voidchangedChildOfCatalogues(Id notificationId, IdList catalogueIds) The callback for notifications of changes to children of catalogue hierarchy nodes.voiddeletedCatalogues(Id notificationId, IdList catalogueIds) the callback for notification of deleted catalogues.voidnewCatalogues(Id notificationId, IdList catalogueIds) The callback for notifications of new catalogues.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newCatalogues
-
changedCatalogues
-
deletedCatalogues
-
changedChildOfCatalogues
The callback for notifications of changes to children of catalogue hierarchy nodes.- Parameters:
notificationId- the notificationIdcatalogueIds- theIdsof theCatalogueswhose children have changed- Compliance:
mandatory- This method must be implemented.
-