| Interface | osid.personnel.RealmReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The realm receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newRealms | ||
| Description |
The callback for notifications of new realms. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | realmIds | the Ids of the new Realms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedRealms | ||
| Description |
The callback for notification of updated realms. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | realmIds | the Ids of the updated Realms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedRealms | ||
| Description |
the callback for notification of deleted realms. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | realmIds | the Ids of the deleted Realms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedChildOfRealms | ||
| Description |
The callback for notifications of changes to children of realm hierarchy nodes. | ||
| Parameters | osid.id.Id | realmIds | the notification Id |
osid.id.IdList | billingIds | the Ids of the Realms whose children have changed | |
| Compliance | mandatory | This method must be implemented. | |