| Interface | osid.resource.BinNotificationSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Used By | osid.resource.ResourceManager | ||
osid.resource.ResourceProxyManager | |||
| Description |
This session defines methods to receive notifications on
adds/changes to | ||
| Method | canRegisterForBinNotifications | ||
| 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 | reliableBinNotifications | ||
| Description |
Reliable notifications are desired. In reliable mode,
notifications are to be acknowledged using
| ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | unreliableBinNotifications | ||
| Description |
Unreliable notifications are desired. In unreliable mode, notifications do not need to be acknowledged. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | acknowledgeBinNotification | ||
| Description |
Acknowledge a bin 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 | registerForNewBins | ||
| Description |
Register for notifications of new bins.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedBins | ||
| Description |
Registers for notification of updated bins.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedBin | ||
| Description |
Registers for notification of an updated bin.
| ||
| Parameters | osid.id.Id | binId | the Id of the Bin to monitor |
| Errors | NULL_ARGUMENT | binId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedBins | ||
| Description |
Registers for notification of deleted bins.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedBin | ||
| Description |
Registers for notification of a deleted bin.
| ||
| Parameters | osid.id.Id | binId | the Id of the Bin to monitor |
| Errors | NULL_ARGUMENT | binId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedBinHierarchy | ||
| Description |
Registers for notification of an updated bin hierarchy
structure. | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedBinHierarchyForAncestors | ||
| Description |
Registers for notification of an updated bin hierarchy
structure. | ||
| Parameters | osid.id.Id | binId | the Id of the Bin node to monitor |
| Errors | NULL_ARGUMENT | binId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedBinHierarchyForDescendants | ||
| Description |
Registers for notification of an updated bin hierarchy
structure. | ||
| Parameters | osid.id.Id | binId | the Id of the Bin node to monitor |
| Errors | NULL_ARGUMENT | binId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |