| Interface | osid.checklist.ChecklistNotificationSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description | 
                 This session defines methods to receive notifications on 
                adds/changes to   Notifications are triggered with changes to the   | ||
| Method | canRegisterForChecklistNotifications | ||
| 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 | reliableChecklistNotifications | ||
| Description | 
                     Reliable notifications are desired. In reliable mode, 
                    notifications are to be acknowledged using   | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | unreliableChecklistNotifications | ||
| Description | 
                     Unreliable notifications are desired. In unreliable mode, notifications do not need to be acknowledged.  | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | acknowledgeChecklistNotification | ||
| Description | 
                     Acknowledge a checklist 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 | registerForNewChecklists | ||
| Description | 
                     Register for notifications of new checklists.   | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedChecklists | ||
| Description | 
                     Registers for notification of updated checklists. 
                      | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedChecklist | ||
| Description | 
                     Registers for notification of an updated checklist. 
                      | ||
| Parameters | osid.id.Id | checklistId | the  Id  of the  Checklist  to monitor  | 
| Errors | NULL_ARGUMENT |  checklistId  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedChecklists | ||
| Description | 
                     Registers for notification of deleted checklists. 
                      | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedChecklist | ||
| Description | 
                     Registers for notification of a deleted checklist. 
                      | ||
| Parameters | osid.id.Id | checklistId | the  Id  of the  Checklist  to monitor  | 
| Errors | NULL_ARGUMENT |  checklistId  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedChecklistHierarchy | ||
| Description | 
                     Registers for notification of an updated checklist 
                    hierarchy structure.   | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedChecklistHierarchyForAncestors | ||
| Description | 
                     
  | ||
| Parameters | osid.id.Id | checklistId | the  Id  of the  Checklist  node to monitor  | 
| Errors | NULL_ARGUMENT |  checklistId  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedChecklistHierarchyForDescendants | ||
| Description | 
                     Registers for notification of an updated checklist 
                    hierarchy structure.   | ||
| Parameters | osid.id.Id | checklistId | the  Id  of the  Checklist  node to monitor  | 
| Errors | NULL_ARGUMENT |  checklistId  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |