OSID Logo
OSID Specifications
ontology package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListrelevancyIdsthe Ids of the new Relevancies
CompliancemandatoryThis method must be implemented.
MethodchangedRelevancies
Description

The callback for notification of updated relevancies.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListrelevancyIdsthe Ids of the updated Relevancies
CompliancemandatoryThis method must be implemented.
MethoddeletedRelevancies
Description

The callback for notification of deleted relevancies.

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