| Interface | osid.configuration.ConfigurationReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The configuration receiver is the consumer supplied
interface for receiving notifications pertaining to new,
updated or deleted | ||
| Method | newConfigurations | ||
| Description |
The callback for notifications of new configurations. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | configurationIds | the Ids of the new Configurations | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedConfigurations | ||
| Description |
The callback for notification of updated configurations. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | configurationIds | the Ids of the updated Configurations | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedConfigurations | ||
| Description |
The callback for notification of deleted configurations. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | configurationIds | the Ids of the deleted Configurations | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedChildOfConfgurations | ||
| Description |
The callback for notifications of changes to children of configuration hierarchy nodes. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | configurationIds | the Ids of the Configurations whose children
have changed | |
| Compliance | mandatory | This method must be implemented. | |