OSID Logo
OSID Specifications
offering package
Version 3.1.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.IdnotificationId the notification Id
osid.id.IdListresultIds the Ids of the new results
Compliancemandatory This method must be implemented.
MethodchangedResults
Description

The callback for notifications of updated results.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListresultIds the Ids of the updated results
Compliancemandatory This method must be implemented.
MethoddeletedResults
Description

the callback for notification of deleted results.

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