OSID Logo
OSID Specifications
ontology rules package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListrelevancyEnablerIds the Ids of the new RelevancyEnablers
Compliancemandatory This method must be implemented.
MethodchangedRelevancyEnablers
Description

The callback for notification of updated relevancy enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListrelevancyEnablerIds the Ids of the updated RelevancyEnablers
Compliancemandatory This method must be implemented.
MethoddeletedRelevancyEnablers
Description

The callback for notification of deleted relevancy enablers.

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