| Interface | osid.cataloging.CatalogEntryReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The catalog receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted Like all | ||
| Method | newCatalogEntries | ||
| Description |
The callback for notifications of new catalogs entries. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | entryIds | the Ids of the new entries | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedCatalogEntries | ||
| Description |
the callback for notification of deleted catalog entries. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | entryIds | the Ids of the deleted entries | |
| Compliance | mandatory | This method must be implemented. | |