| Interface | osid.control.SystemNotificationSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description |
This session defines methods to receive notifications on
adds/changes to | ||
| Method | canRegisterForSystemNotifications | ||
| 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 | reliableSystemNotifications | ||
| Description |
Reliable notifications are desired. In reliable mode,
notifications are to be acknowledged using | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | unreliableSystemNotifications | ||
| Description |
Unreliable notifications are desired. In unreliable mode, notifications do not need to be acknowledged. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | acknowledgeSystemNotification | ||
| Description |
Acknowledge a system 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 | registerForNewSystems | ||
| Description |
Register for notifications of new systems. | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedSystems | ||
| Description |
Registers for notification of updated systems. | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedSystem | ||
| Description |
Registers for notification of an updated system. | ||
| Parameters | osid.id.Id | systemId | the Id of the System to monitor |
| Errors | NULL_ARGUMENT | systemId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedSystems | ||
| Description |
Registers for notification of deleted systems. | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedSystem | ||
| Description |
Registers for notification of a deleted system. | ||
| Parameters | osid.id.Id | systemId | the Id of the System to monitor |
| Errors | NULL_ARGUMENT | systemId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedSystemHierarchy | ||
| Description |
Registers for notification of an updated system
hierarchy structure. | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedSystemHierarchyForAncestors | ||
| Description |
Registers for notification of an updated system
hierarchy structure. | ||
| Parameters | osid.id.Id | systemId | the Id of the System node to monitor |
| Errors | NULL_ARGUMENT | systemId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedSystemHierarchyForDescendants | ||
| Description |
Registers for notification of an updated system
hierarchy structure. | ||
| Parameters | osid.id.Id | systemId | the Id of the System node to monitor |
| Errors | NULL_ARGUMENT | systemId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |