OSID Logo
OSID Specifications
offering package
Version 3.0.0
Interfaceosid.offering.ResultReceiver
Implementsosid.OsidReceiver
Description

The result receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted results.

MethodnewResults
Description

The callback for notifications of new results.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListresultIdsthe Ids of the new results
CompliancemandatoryThis method must be implemented.
MethodchangedResults
Description

The callback for notifications of updated results.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListresultIdsthe Ids of the updated results
CompliancemandatoryThis method must be implemented.
MethoddeletedResults
Description

the callback for notification of deleted results.

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