OSID Logo
OSID Specifications
ontology rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.ontology.rules.RelevancyEnablerReceiver
Implementsosid.OsidReceiver
Description

The relevancy enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted relevancy enablers.

MethodnewRelevancyEnablers
Description

The callback for notifications of new relevancy enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListrelevancyEnablerIdsthe Ids of the new RelevancyEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedRelevancyEnablers
Description

The callback for notification of updated relevancy enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListrelevancyEnablerIdsthe Ids of the updated RelevancyEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedRelevancyEnablers
Description

The callback for notification of deleted relevancy enablers.

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