| Interface | osid.hold.HoldReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The hold receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newHolds | ||
| Description |
The callback for notifications of new holds. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | holdIds | the Ids of the new Holds | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedHolds | ||
| Description |
The callback for notification of updated holds. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | holdIds | the Ids of the updated Holds | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedHolds | ||
| Description |
The callback for notification of deleted holds. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | holdIds | the Ids of the deleted Holds | |
| Compliance | mandatory | This method must be implemented. | |