| Interface | osid.workflow.OfficeNotificationSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Used By | osid.workflow.WorkflowManager | ||
osid.workflow.WorkflowProxyManager | |||
| Description |
This session defines methods to receive notifications on
adds/changes to | ||
| Method | canRegisterForOfficeNotifications | ||
| 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 | reliableOfficeNotifications | ||
| Description |
Reliable notifications are desired. In reliable mode,
notifications are to be acknowledged using
| ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | unreliableOfficeNotifications | ||
| Description |
Unreliable notifications are desired. In unreliable mode, notifications do not need to be acknowledged. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | acknowledgeOfficeNotification | ||
| Description |
Acknowledge an office 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 | registerForNewOffices | ||
| Description |
Register for notifications of new offices.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedOffices | ||
| Description |
Registers for notification of updated offices.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedOffice | ||
| Description |
Registers for notification of an updated office.
| ||
| Parameters | osid.id.Id | officeId | the Id of the Office to monitor |
| Errors | NULL_ARGUMENT | officeId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedOffices | ||
| Description |
Registers for notification of deleted offices.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedOffice | ||
| Description |
Registers for notification of a deleted office.
| ||
| Parameters | osid.id.Id | officeId | the Id of the Office to monitor |
| Errors | NULL_ARGUMENT | officeId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedOfficeHierarchy | ||
| Description |
Registers for notification of an updated office
hierarchy structure.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedOfficeHierarchyForAncestors | ||
| Description |
Registers for notification of an updated office
hierarchy structure.
| ||
| Parameters | osid.id.Id | officeId | the Id of the Office node to monitor |
| Errors | NULL_ARGUMENT | officeId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedOfficeHierarchyForDescendants | ||
| Description |
Registers for notification of an updated office
hierarchy structure.
| ||
| Parameters | osid.id.Id | officeId | the Id of the Office node to monitor |
| Errors | NULL_ARGUMENT | officeId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |