| Interface | osid.inquiry.rules.InquiryEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The inquiry enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted inquiry enablers.  | ||
| Method | newInquiryEnablers | ||
| Description | 
                     The callback for notifications of new inquiry enablers.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | inquiryEnablerIds | the  Ids  of the new  InquiryEnablers   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedInquiryEnablers | ||
| Description | 
                     The callback for notification of updated inquiry enablers.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | inquiryEnablerIds | the  Ids  of the updated  InquiryEnablers   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedInquiryEnablers | ||
| Description | 
                     The callback for notification of deleted inquiry enablers.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | inquiryEnablerIds | the  Ids  of the deleted  InquiryEnablers   | |
| Compliance | mandatory | This method must be implemented. | |