| Interface | osid.recognition.AcademyQuerySession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description | 
                 This session provides methods for searching   Academies may have a query record indicated by their 
                respective record types. The query record is accessed via the 
                  | ||
| Method | canSearchAcademies | ||
| Description | 
                     Tests if this user can perform   | ||
| Return | boolean |  false  if search methods are not authorized,  true 
 otherwise  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAcademyQuery | ||
| Description | 
                     Gets an academy query.  | ||
| Return | osid.recognition.AcademyQuery | the academy query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAcademiesByQuery | ||
| Description | 
                     Gets a list of   | ||
| Parameters | osid.recognition.AcademyQuery | academyQuery | the academy query | 
| Return | osid.recognition.AcademyList | the returned  AcademyList   | |
| Errors | NULL_ARGUMENT |  academyQuery  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED |  academyQuery  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |