Interface | osid.hold.rules.HoldEnablerReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The hold enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted hold enablers. | ||
Method | newHoldEnablers | ||
Description |
The callback for notifications of new hold enablers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | holdEnablerIds | the Ids of the new HoldEnablers | |
Compliance | mandatory | This method must be implemented. | |
Method | changedHoldEnablers | ||
Description |
The callback for notification of updated hold enablers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | holdEnablerIds | the Ids of the new HoldEnablers | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedHoldEnablers | ||
Description |
The callback for notification of deleted hold enablers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | holdEnablerIds | the Ids of the new HoldEnablers | |
Compliance | mandatory | This method must be implemented. |