| Interface | osid.offering.rules.CanonicalUnitProcessorReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The canonical unit processor receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted canonical unit processors. | ||
| Method | newCanonicalUnitProcessors | ||
| Description |
The callback for notifications of new canonical unit processors. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | canonicalUnitProcessorIds | the Ids of the new CanonicalUnitProcessors | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedCanonicalUnitProcessors | ||
| Description |
The callback for notification of updated canonical unit processors. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | canonicalUnitProcessorIds | the Ids of the updated CanonicalUnitProcessors
| |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedCanonicalUnitProcessors | ||
| Description |
The callback for notification of deleted canonical unit processors. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | canonicalUnitProcessorIds | the Ids of the deleted CanonicalUnitProcessors
| |
| Compliance | mandatory | This method must be implemented. | |