| Interface | osid.dictionary.DictionaryNotificationSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description | 
                 This session defines methods to receive notifications on 
                adds/changes to   | ||
| Method | canRegisterForDictionaryNotifications | ||
| 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 | reliableDictionaryNotifications | ||
| Description | 
                     Reliable notifications are desired. In reliable mode, 
                    notifications are to be acknowledged using   | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | unreliableDictionaryNotifications | ||
| Description | 
                     Unreliable notifications are desired. In unreliable mode, notifications do not need to be acknowledged.  | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | acknowledgeDictionaryNotification | ||
| Description | 
                     Acknowledge a dictionary 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 | registerForNewDictionaries | ||
| Description | 
                     Register for notifications of new dictionaries.   | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedDictionaries | ||
| Description | 
                     Registers for notification of updated dictionaries. 
                      | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedDictionary | ||
| Description | 
                     Registers for notification of an updated dictionary. 
                      | ||
| Parameters | osid.id.Id | dictionaryId | the  Id  of the  Dictionary  to monitor  | 
| Errors | NULL_ARGUMENT |  dictionaryId  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedDictionaries | ||
| Description | 
                     Registers for notification of deleted dictionaries. 
                      | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedDictionary | ||
| Description | 
                     Registers for notification of a deleted dictionary. 
                      | ||
| Parameters | osid.id.Id | dictionaryId | the  Id  of the  Dictionary  to monitor  | 
| Errors | NULL_ARGUMENT |  dictionaryId  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedDictionaryHierarchy | ||
| Description | 
                     Registers for notification of an updated dictionary 
                    hierarchy structure.   | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedDictionaryHierarchyForAncestors | ||
| Description | 
                     Registers for notification of an updated dictionary 
                    hierarchy structure.   | ||
| Parameters | osid.id.Id | dictionaryId | the  Id  of the  Dictionary  node to monitor  | 
| Errors | NULL_ARGUMENT |  dictionaryId  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedDictionaryHierarchyForDescendants | ||
| Description | 
                     Registers for notification of an updated dictionary 
                    hierarchy structure.   | ||
| Parameters | osid.id.Id | dictionaryId | the  Id  of the  Dictionary  node to monitor  | 
| Errors | NULL_ARGUMENT |  dictionaryId  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |