| Interface | osid.cataloging.rules.CatalogEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The catalog enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted catalog enablers. Like all | ||
| Method | newCatalogEnabler | ||
| Description |
The callback for notifications of new catalog enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.Id | catalogEnablerId | the Id of the new CatalogEnabler | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedCatalogEnabler | ||
| Description |
The callback for notification of updated catalog enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.Id | catalogEnablerId | the Id of the updated CatalogEnabler | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedCatalogEnabler | ||
| Description |
The callback for notification of deleted catalog enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.Id | catalogEnablerId | the Id of the deleted CatalogEnabler | |
| Compliance | mandatory | This method must be implemented. | |