OSID Logo
OSID Specifications
inquiry rules package
Version 3.1.0
Interfaceosid.inquiry.rules.InquiryEnablerReceiver
Implementsosid.OsidReceiver
Description

The inquiry enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted inquiry enablers.

MethodnewInquiryEnablers
Description

The callback for notifications of new inquiry enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListinquiryEnablerIds the Ids of the new InquiryEnablers
Compliancemandatory This method must be implemented.
MethodchangedInquiryEnablers
Description

The callback for notification of updated inquiry enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListinquiryEnablerIds the Ids of the updated InquiryEnablers
Compliancemandatory This method must be implemented.
MethoddeletedInquiryEnablers
Description

The callback for notification of deleted inquiry enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListinquiryEnablerIds the Ids of the deleted InquiryEnablers
Compliancemandatory This method must be implemented.