OSID Logo
OSID Specifications
ontology package
Version 3.1.0
Interfaceosid.ontology.RelevancyReceiver
Implementsosid.OsidReceiver
Description

This receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted relevancies.

MethodnewRelevancies
Description

The callback for notifications of new relevancies.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListrelevancyIds the Ids of the new Relevancies
Compliancemandatory This method must be implemented.
MethodchangedRelevancies
Description

The callback for notification of updated relevancies.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListrelevancyIds the Ids of the updated Relevancies
Compliancemandatory This method must be implemented.
MethoddeletedRelevancies
Description

The callback for notification of deleted relevancies.

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