| Interface | osid.ordering.StoreNotificationSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Used By | osid.ordering.OrderingManager | ||
osid.ordering.OrderingProxyManager | |||
| Description |
This session defines methods to receive notifications on
adds/changes to Notifications are triggered with changes to the
| ||
| Method | canRegisterForStoreNotifications | ||
| 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 | reliableStoreNotifications | ||
| Description |
Reliable notifications are desired. In reliable mode,
notifications are to be acknowledged using
| ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | unreliableStoreNotifications | ||
| Description |
Unreliable notifications are desired. In unreliable mode, notifications do not need to be acknowledged. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | acknowledgeStoreNotification | ||
| Description |
Acknowledge a store 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 | registerForNewStores | ||
| Description |
Register for notifications of new stores.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedStores | ||
| Description |
Registers for notification of updated stores.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedStore | ||
| Description |
Registers for notification of an updated store.
| ||
| Parameters | osid.id.Id | storeId | the Id of the Store to monitor |
| Errors | NULL_ARGUMENT | storeId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedStores | ||
| Description |
Registers for notification of deleted stores.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedStore | ||
| Description |
Registers for notification of a deleted store.
| ||
| Parameters | osid.id.Id | storeId | the Id of the Store to monitor |
| Errors | NULL_ARGUMENT | storeId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedStoreHierarchy | ||
| Description |
Registers for notification of an updated store
hierarchy structure.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedStoreHierarchyForAncestors | ||
| Description |
Registers for notification of an updated store
hierarchy structure.
| ||
| Parameters | osid.id.Id | storeId | the Id of the Store node to monitor |
| Errors | NULL_ARGUMENT | storeId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedStoreHierarchyForDescendants | ||
| Description |
Registers for notification of an updated store
hierarchy structure.
| ||
| Parameters | osid.id.Id | storeId | the Id of the Store node to monitor |
| Errors | NULL_ARGUMENT | storeId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |