| Interface | osid.inquiry.InquiryReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The inquiry receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newInquiries | ||
| Description |
The callback for notifications of new inquiries. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | inquiryIds | the Ids of the new Inquiries | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedInquiries | ||
| Description |
The callback for notification of updated inquiries. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | inquiryIds | the Ids of the updated Inquiries | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedInquiries | ||
| Description |
The callback for notification of deleted inquiries. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | inquiryIds | the Ids of the deleted Inquiries | |
| Compliance | mandatory | This method must be implemented. | |