Interface QualifierReceiver
- All Superinterfaces:
OsidReceiver
The qualifier receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Qualifier
objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedChildOfQualifiers(Id notificationId, IdList qualifierIds) The callback for notifications of changes to children of qualifier hierarchy nodes.voidchangedQualifiers(Id notificationId, IdList qualifierIds) The callback for notification of updated qualifiers.voiddeletedQualifiers(Id notificationId, IdList qualifierIds) the callback for notification of deleted qualifiers.voidnewQualifiers(Id notificationId, IdList qualifierIds) The callback for notifications of new qualifiers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newQualifiers
-
changedQualifiers
-
deletedQualifiers
-
changedChildOfQualifiers
The callback for notifications of changes to children of qualifier hierarchy nodes.- Parameters:
notificationId- the notificationIdqualifierIds- theIdsof theQualifierswhose children have changed- Compliance:
mandatory- This method must be implemented.
-