| Interface | osid.inquiry.InquestQuerySession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description | 
                 This session provides methods for searching among   Inquests may have a query record indicated by their 
                respective record types. The query record is accessed via the 
                  | ||
| Method | canSearchInquests | ||
| 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 | getInquestQuery | ||
| Description | 
                     Gets an inquest query.  | ||
| Return | osid.inquiry.InquestQuery | the inquest query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getInquestsByQuery | ||
| Description | 
                     Gets a list of   | ||
| Parameters | osid.inquiry.InquestQuery | inquestQuery | the inquest query | 
| Return | osid.inquiry.InquestList | the returned  InquestList   | |
| Errors | NULL_ARGUMENT |  inquestQuery  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED |  inquestQuery  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |