OSID Logo
OSID Specifications
inquiry package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListinquiryIds the Ids of the new Inquiries
Compliancemandatory This method must be implemented.
MethodchangedInquiries
Description

The callback for notification of updated inquiries.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListinquiryIds the Ids of the updated Inquiries
Compliancemandatory This method must be implemented.
MethoddeletedInquiries
Description

The callback for notification of deleted inquiries.

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