OSID Logo
OSID Specifications
inquiry rules package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListinquiryEnablerIdsthe Ids of the new InquiryEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedInquiryEnablers
Description

The callback for notification of updated inquiry enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListinquiryEnablerIdsthe Ids of the updated InquiryEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedInquiryEnablers
Description

The callback for notification of deleted inquiry enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListinquiryEnablerIdsthe Ids of the deleted InquiryEnablers
CompliancemandatoryThis method must be implemented.