| Interface | osid.offering.CatalogueReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The catalogue receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted | ||
| Method | newCatalogues | ||
| Description |
The callback for notifications of new catalogues. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | catalogueIds | the Ids of the new Catalogues | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedCatalogues | ||
| Description |
The callback for notification of updated catalogues. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | catalogueIds | the Ids of the updated Catalogues | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedCatalogues | ||
| Description |
the callback for notification of deleted catalogues. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | catalogueIds | the Ids of the registered Catalogues | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedChildOfCatalogues | ||
| Description |
The callback for notifications of changes to children of catalogue hierarchy nodes. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | catalogueIds | the Ids of the Catalogues whose children have
changed | |
| Compliance | mandatory | This method must be implemented. | |