| Interface | osid.personnel.RealmNotificationSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Used By | osid.personnel.PersonnelManager | ||
osid.personnel.PersonnelProxyManager | |||
| Description |
This session defines methods to receive notifications on
adds/changes to Notifications are triggered with changes to the
| ||
| Method | canRegisterForRealmNotifications | ||
| Description |
Tests if this user can register for | ||
| Return | boolean | false if notification methods are not authorized,
true otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | reliableRealmNotifications | ||
| Description |
Reliable notifications are desired. In reliable mode,
notifications are to be acknowledged using
| ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | unreliableRealmNotifications | ||
| Description |
Unreliable notifications are desired. In unreliable mode, notifications do not need to be acknowledged. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | acknowledgeRealmNotification | ||
| Description |
Acknowledge a realm notification. | ||
| Parameters | osid.id.Id | notificationId | the Id of the notification |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForNewRealms | ||
| Description |
Register for notifications of new realms.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedRealms | ||
| Description |
Registers for notification of updated realms.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedRealm | ||
| Description |
Registers for notification of an updated realm.
| ||
| Parameters | osid.id.Id | realmId | the Id of the Realm to monitor |
| Errors | NULL_ARGUMENT | realmId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedRealms | ||
| Description |
Registers for notification of deleted realms.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedRealm | ||
| Description |
Registers for notification of a deleted realm.
| ||
| Parameters | osid.id.Id | realmId | the Id of the Realm to monitor |
| Errors | NULL_ARGUMENT | realmId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedRealmHierarchy | ||
| Description |
Registers for notification of an updated realm
hierarchy structure.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedRealmHierarchyForAncestors | ||
| Description |
Registers for notification of an updated realm
hierarchy structure.
| ||
| Parameters | osid.id.Id | realmId | the Id of the Realm node to monitor |
| Errors | NULL_ARGUMENT | realmId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedRealmHierarchyForDescendants | ||
| Description |
Registers for notification of an updated realm
hierarchy structure.
| ||
| Parameters | osid.id.Id | realmId | the Id of the Realm node to monitor |
| Errors | NULL_ARGUMENT | realmId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |