OSID Logo
OSID Specifications
inquiry package
Version 3.0.0
Release Candidate Preview
Interfaceosid.inquiry.InquiryReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewInquiries
Description

The callback for notifications of new inquiries.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListinquiryIdsthe Ids of the new Inquiries
CompliancemandatoryThis method must be implemented.
MethodchangedInquiries
Description

The callback for notification of updated inquiries.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListinquiryIdsthe Ids of the updated Inquiries
CompliancemandatoryThis method must be implemented.
MethoddeletedInquiries
Description

The callback for notification of deleted inquiries.

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