| Interface | osid.resourcing.FoundryNotificationSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Used By | osid.resourcing.ResourcingManager | ||
osid.resourcing.ResourcingProxyManager | |||
| Description |
This session defines methods to receive notifications on
adds/changes to | ||
| Method | canRegisterForFoundryNotifications | ||
| 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 | reliableFoundryNotifications | ||
| Description |
Reliable notifications are desired. In reliable mode,
notifications are to be acknowledged using
| ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | unreliableFoundryNotifications | ||
| Description |
Unreliable notifications are desired. In unreliable mode, notifications do not need to be acknowledged. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | acknowledgeFoundryNotification | ||
| Description |
Acknowledge a foundry 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 | registerForNewFoundries | ||
| Description |
Register for notifications of new foundries.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedFoundries | ||
| Description |
Registers for notification of updated foundries.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedFoundry | ||
| Description |
Registers for notification of an updated foundry.
| ||
| Parameters | osid.id.Id | foundryId | the Id of the Foundry to monitor |
| Errors | NULL_ARGUMENT | foundryId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedFoundries | ||
| Description |
Registers for notification of deleted foundries.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedFoundry | ||
| Description |
Registers for notification of a deleted foundry.
| ||
| Parameters | osid.id.Id | foundryId | the Id of the Foundry to monitor |
| Errors | NULL_ARGUMENT | foundryId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedFoundryHierarchy | ||
| Description |
Registers for notification of an updated foundry
hierarchy structure.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedFoundryHierarchyForAncestors | ||
| Description |
Registers for notification of an updated foundry
hierarchy structure.
| ||
| Parameters | osid.id.Id | foundryId | the Id of the Foundry node to monitor |
| Errors | NULL_ARGUMENT | foundryId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedFoundryHierarchyForDescendants | ||
| Description |
Registers for notification of an updated foundry
hierarchy structure.
| ||
| Parameters | osid.id.Id | foundryId | the Id of the Foundry node to monitor |
| Errors | NULL_ARGUMENT | foundryId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |