Interface RelevancyEnablerReceiver
- All Superinterfaces:
OsidReceiver
The relevancy enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted relevancy enablers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedRelevancyEnablers(Id notificationId, IdList relevancyEnablerIds) The callback for notification of updated relevancy enablers.voiddeletedRelevancyEnablers(Id notificationId, IdList relevancyEnablerIds) The callback for notification of deleted relevancy enablers.voidnewRelevancyEnablers(Id notificationId, IdList relevancyEnablerIds) The callback for notifications of new relevancy enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newRelevancyEnablers
-
changedRelevancyEnablers
The callback for notification of updated relevancy enablers.- Parameters:
notificationId- the notificationIdrelevancyEnablerIds- theIdsof the updatedRelevancyEnablers- Compliance:
mandatory- This method must be implemented.
-
deletedRelevancyEnablers
The callback for notification of deleted relevancy enablers.- Parameters:
notificationId- the notificationIdrelevancyEnablerIds- theIdsof the deletedRelevancyEnablers- Compliance:
mandatory- This method must be implemented.
-