| Interface | osid.repository.rules.CompositionEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | The composition enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted composition enablers. | ||
| Method | newCompositionEnablers | ||
| Description | The callback for notifications of new composition enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification  Id  | 
| osid.id.IdList | compositionEnablerIds | the  Ids of the new CompositionEnablers  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedCompositionEnablers | ||
| Description | The callback for notification of updated composition enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification  Id  | 
| osid.id.IdList | compositionEnablerIds | the  Ids of the updated CompositionEnablers  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedCompositionEnablers | ||
| Description | The callback for notification of deleted composition enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification  Id  | 
| osid.id.IdList | compositionEnablerIds | the  Ids of the deleted CompositionEnablers  | |
| Compliance | mandatory | This method must be implemented. | |