| Interface | osid.inventory.WarehouseNotificationSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Used By | osid.inventory.InventoryManager | ||
osid.inventory.InventoryProxyManager | |||
| Description |
This session defines methods to receive notifications on
adds/changes to | ||
| Method | canRegisterForWarehouseNotifications | ||
| 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 | reliableWarehouseNotifications | ||
| Description |
Reliable notifications are desired. In reliable mode,
notifications are to be acknowledged using
| ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | unreliableWarehouseNotifications | ||
| Description |
Unreliable notifications are desired. In unreliable mode, notifications do not need to be acknowledged. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | acknowledgeWarehouseNotification | ||
| Description |
Acknowledge a warehouse 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 | registerForNewWarehouses | ||
| Description |
Register for notifications of new warehouses.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedWarehouses | ||
| Description |
Registers for notification of updated warehouses.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedWarehouse | ||
| Description |
Registers for notification of an updated warehouse.
| ||
| Parameters | osid.id.Id | warehouseId | the Id of the Warehouse to monitor |
| Errors | NULL_ARGUMENT | warehouseId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedWarehouses | ||
| Description |
Registers for notification of deleted warehouses.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedWarehouse | ||
| Description |
Registers for notification of a deleted warehouse.
| ||
| Parameters | osid.id.Id | warehouseId | the Id of the Warehouse to monitor |
| Errors | NULL_ARGUMENT | warehouseId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedWarehouseHierarchy | ||
| Description |
Registers for notification of an updated warehouse
hierarchy structure.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedWarehouseHierarchyForAncestors | ||
| Description |
Registers for notification of an updated warehouse
hierarchy structure.
| ||
| Parameters | osid.id.Id | warehouseId | the Id of the Warehouse node to monitor |
| Errors | NULL_ARGUMENT | warehouseId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedWarehouseHierarchyForDescendants | ||
| Description |
Registers for notification of an updated warehouse
hierarchy structure.
| ||
| Parameters | osid.id.Id | warehouseId | the Id of the Warehouse node to monitor |
| Errors | NULL_ARGUMENT | warehouseId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |