| Interface | osid.ontology.rules.RelevancyEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The relevancy enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted relevancy enablers. | ||
| Method | newRelevancyEnablers | ||
| Description |
The callback for notifications of new relevancy enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | relevancyEnablerIds | the Ids of the new RelevancyEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedRelevancyEnablers | ||
| Description |
The callback for notification of updated relevancy enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | relevancyEnablerIds | the Ids of the updated RelevancyEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedRelevancyEnablers | ||
| Description |
The callback for notification of deleted relevancy enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | relevancyEnablerIds | the Ids of the deleted RelevancyEnablers | |
| Compliance | mandatory | This method must be implemented. | |