| Interface | osid.learning.ObjectiveBankNotificationSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description | 
                 This session defines methods to receive notifications on 
                adds/changes to   | ||
| Method | canRegisterForObjectiveBankNotifications | ||
| 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 | reliableObjectiveBankNotifications | ||
| Description | 
                     Reliable notifications are desired. In reliable mode, 
                    notifications are to be acknowledged using   | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | unreliableObjectiveBankNotifications | ||
| Description | 
                     Unreliable notifications are desired. In unreliable mode, notifications do not need to be acknowledged.  | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | acknowledgeObjectiveBankNotification | ||
| Description | 
                     Acknowledge an objective bank 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 | registerForNewObjectiveBanks | ||
| Description | 
                     Register for notifications of new objective banks. 
                      | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedObjectiveBanks | ||
| Description | 
                     Registers for notification of updated objective banks. 
                      | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedObjectiveBank | ||
| Description | 
                     Registers for notification of an updated objective 
                    bank.   | ||
| Parameters | osid.id.Id | objectiveBankId | the  Id  of the objective bank to monitor  | 
| Errors | NULL_ARGUMENT |  objectiveBankId is null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedObjectiveBanks | ||
| Description | 
                     Registers for notification of deleted objective banks. 
                      | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedObjectiveBank | ||
| Description | 
                     Registers for notification of a deleted objective bank. 
                      | ||
| Parameters | osid.id.Id | objectiveBankId | the  Id  of the objective bank to monitor  | 
| Errors | NULL_ARGUMENT |  objectiveBankId is null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedObjectiveBankHierarchy | ||
| Description | 
                     Registers for notification of an updated objective bank 
                    hierarchy structure.   | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedObjectiveBankHierarchyForAncestors | ||
| Description | 
                     Registers for notification of an updated objective bank 
                    hierarchy structure.   | ||
| Parameters | osid.id.Id | objectiveBankId | the  Id  of the  ObjectiveBank  node to monitor  | 
| Errors | NULL_ARGUMENT |  objectiveBankId  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedObjectiveBankHierarchyForDescendants | ||
| Description | 
                     Registers for notification of an updated objective bank 
                    hierarchy structure.   | ||
| Parameters | osid.id.Id | objectiveBankId | the  Id  of the  ObjectiveBank  node to monitor  | 
| Errors | NULL_ARGUMENT |  objectiveBankId  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |