Interface ConfigurationReceiver
- All Superinterfaces:
OsidReceiver
The configuration receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
Configuration objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedChildOfConfgurations(Id notificationId, IdList configurationIds) The callback for notifications of changes to children of configuration hierarchy nodes.voidchangedConfigurations(Id notificationId, IdList configurationIds) The callback for notification of updated configurations.voiddeletedConfigurations(Id notificationId, IdList configurationIds) The callback for notification of deleted configurations.voidnewConfigurations(Id notificationId, IdList configurationIds) The callback for notifications of new configurations.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newConfigurations
-
changedConfigurations
-
deletedConfigurations
-
changedChildOfConfgurations
The callback for notifications of changes to children of configuration hierarchy nodes.- Parameters:
notificationId- the notificationIdconfigurationIds- theIdsof theConfigurationswhose children have changed- Compliance:
mandatory- This method must be implemented.
-