| Interface | osid.recipe.CookbookNotificationSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Used By | osid.recipe.RecipeManager | ||
osid.recipe.RecipeProxyManager | |||
| Description |
This session defines methods to receive notifications on
adds/changes to Notifications are triggered with changes to the
| ||
| Method | canRegisterForCookbookNotifications | ||
| 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 | reliableCookbookNotifications | ||
| Description |
Reliable notifications are desired. In reliable mode,
notifications are to be acknowledged using
| ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | unreliableCookbookNotifications | ||
| Description |
Unreliable notifications are desired. In unreliable mode, notifications do not need to be acknowledged. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | acknowledgeCookbookNotification | ||
| Description |
Acknowledge a cookbook 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 | registerForNewCookbooks | ||
| Description |
Register for notifications of new cookbooks.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedCookbooks | ||
| Description |
Registers for notification of updated cookbooks.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedCookbook | ||
| Description |
Registers for notification of an updated cookbook.
| ||
| Parameters | osid.id.Id | cookbookId | the Id of the Cookbook to monitor |
| Errors | NULL_ARGUMENT | cookbookId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedCookbooks | ||
| Description |
Registers for notification of deleted cookbooks.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedCookbook | ||
| Description |
Registers for notification of a deleted cookbook.
| ||
| Parameters | osid.id.Id | cookbookId | the Id of the Cookbook to monitor |
| Errors | NULL_ARGUMENT | cookbookId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedCookbookHierarchy | ||
| Description |
Registers for notification of an updated cookbooks
hierarchy structure.
| ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedCookbookHierarchyForAncestors | ||
| Description |
Registers for notification of an updated cookbooks
hierarchy structure.
| ||
| Parameters | osid.id.Id | cookbookId | the Id of the Cookbook node to monitor |
| Errors | NULL_ARGUMENT | cookbookId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedCookbookHierarchyForDescendants | ||
| Description |
Registers for notification of an updated cookbooks
hierarchy structure.
| ||
| Parameters | osid.id.Id | cookbookId | the Id of the Cookbook node to monitor |
| Errors | NULL_ARGUMENT | cookbookId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |