| Interface | osid.recognition.AcademyNotificationSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description |
This session defines methods to receive notifications on
adds/changes to Notifications are triggered with changes to the | ||
| Method | canRegisterForAcademyNotifications | ||
| 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 | registerForNewAcademies | ||
| Description |
Register for notifications of new academies. | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForNewAcademyAncestors | ||
| Description |
Registers for notification of an updated hierarchy
structure that introduces a new ancestor of the specified
academy. | ||
| Parameters | osid.id.Id | academyId | the Id of the Academy node to monitor |
| Errors | NULL_ARGUMENT | academyId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForNewAcademyDescendants | ||
| Description |
Registers for notification of an updated hierarchy
structure that introduces a new descendant of the
specified academy. | ||
| Parameters | osid.id.Id | academyId | the Id of the Academy node to monitor |
| Errors | NULL_ARGUMENT | academyId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedAcademies | ||
| Description |
Registers for notification of updated academies. | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForChangedAcademy | ||
| Description |
Registers for notification of an updated academy.
| ||
| Parameters | osid.id.Id | academyId | the Id of the Academy to monitor |
| Errors | NULL_ARGUMENT | academyId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedAcademies | ||
| Description |
Registers for notification of deleted academies. | ||
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedAcademy | ||
| Description |
Registers for notification of a deleted academy. | ||
| Parameters | osid.id.Id | academyId | the Id of the Academy to monitor |
| Errors | NULL_ARGUMENT | academyId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedAcademyAncestors | ||
| Description |
Registers for notification of an updated hierarchy
structure that removes an ancestor of the specified
academy | ||
| Parameters | osid.id.Id | academyId | the Id of the Academy to monitor |
| Errors | NULL_ARGUMENT | academyId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | registerForDeletedAcademyDescendants | ||
| Description |
Registers for notification of an updated hierarchy
structure that removes a descendant of the specified
academy. | ||
| Parameters | osid.id.Id | academyId | the Id of the Academy to monitor |
| Errors | NULL_ARGUMENT | academyId is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |