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

The response receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted responses.

MethodnewResponses
Description

The callback for notifications of new responses.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListresponseIdsthe Ids of the new Responses
CompliancemandatoryThis method must be implemented.
MethodchangedResponses
Description

The callback for notification of updated responses.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListresponseIdsthe Ids of the updated Responses
CompliancemandatoryThis method must be implemented.
MethoddeletedResponses
Description

The callback for notification of deleted responses.

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