| Interface | osid.process.ProcessNotificationSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description |
This session defines methods to receive notifications on
adds/changes to | ||
| Method | canRegisterForProcessNotifications | ||
| 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 | reliableProcessNotifications | ||
| Description |
Reliable notifications are desired. In reliable mode,
notifications are to be acknowledged using | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | unreliableProcessNotifications | ||
| Description |
Unreliable notifications are desired. In unreliable mode, notifications do not need to be acknowledged. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | acknowledgeProcessNotification | ||
| Description |
Acknowledge a process 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 | registerForNewProcesses | ||
| Description |
Register for notifications of new processes. | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedProcesses | ||
| Description |
Registers for notification of updated processes. | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedProcess | ||
| Description |
Registers for notification of an updated process.
| ||
| Parameters | osid.id.Id | processId | the Id of the Process to monitor |
| Errors | NULL_ARGUMENT | processId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedProcesses | ||
| Description |
Registers for notification of deleted processes. | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedProcess | ||
| Description |
Registers for notification of a deleted process. | ||
| Parameters | osid.id.Id | processId | the Id of the Process to monitor |
| Errors | NULL_ARGUMENT | processId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedProcessHierarchy | ||
| Description |
Registers for notification of an updated process
hierarchy structure. | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedProcessHierarchyForAncestors | ||
| Description |
Registers for notification of an updated process
hierarchy structure. | ||
| Parameters | osid.id.Id | processId | the Id of the Process node to monitor |
| Errors | NULL_ARGUMENT | processId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedProcessHierarchyForDescendants | ||
| Description |
Registers for notification of an updated process
hierarchy structure. | ||
| Parameters | osid.id.Id | processId | the Id of the Process node to monitor |
| Errors | NULL_ARGUMENT | processId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |