| Interface | osid.cataloging.CatalogReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The catalog receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted Like all | ||
| Method | newCatalogs | ||
| Description |
The callback for notifications of new catalogs. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | catalogIds | the Ids of the new Catalogs | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedCatalogs | ||
| Description |
The callback for notification of updated catalogs. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | catalogIds | the Ids of the updated Catalogs | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedCatalogs | ||
| Description |
the callback for notification of deleted catalogs. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | catalogIds | the Ids of the deleted Catalogs | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedChildOfCatalogs | ||
| Description |
The callback for notifications of changes to children of catalog hierarchy nodes. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | catalogIds | the Ids of the Catalogs whose children have
changed | |
| Compliance | mandatory | This method must be implemented. | |