| Interface | osid.recognition.AcademyReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The academy receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newAcademies | ||
| Description |
The callback for notifications of new academies. | ||
| Parameters | osid.id.IdList | academyIds | the Ids of the new Academies |
| Compliance | mandatory | This method must be implemented. | |
| Method | newAncestorAcademy | ||
| Description |
The callback for notifications of new ancestors of an academy. | ||
| Parameters | osid.id.Id | academyId | the Id of the registered Academy |
osid.id.Id | ancestorId | the Id of the new ancestor academy | |
| Compliance | mandatory | This method must be implemented. | |
| Method | newDescendantAcademy | ||
| Description |
The callback for notifications of new descendant of an academy. | ||
| Parameters | osid.id.Id | academyId | the Id of the registered Academy |
osid.id.Id | descendantId | the Id of the new descendant academy | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedAcademies | ||
| Description |
The callback for notification of updated academies. | ||
| Parameters | osid.id.IdList | academyIds | the Ids of the updated Academies |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedAcademies | ||
| Description |
the callback for notification of deleted academies. | ||
| Parameters | osid.id.IdList | academyIds | the Ids of the registered Academies |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedAncestorAcademy | ||
| Description |
The callback for notifications of deleted ancestors of an academy. | ||
| Parameters | osid.id.Id | academyId | the Id of the registered Academy |
osid.id.Id | ancestorId | the Id of the removed ancestor academy | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedDescendantAcademy | ||
| Description |
The callback for notifications of deleted descendants of an academy. | ||
| Parameters | osid.id.Id | academyId | the Id of the registered Academy |
osid.id.Id | descendantId | the Id of the deleted descendant academy | |
| Compliance | mandatory | This method must be implemented. | |
| Method | restructuredAcademyHierarchy | ||
| Description |
The callback for notifications of changes to an academy hierarchy where the hierarchy needs to refreshed. | ||
| Compliance | mandatory | This method must be implemented. | |