| Interface | osid.inquiry.InquestSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description | 
                 The search interface for governing inquest searches.  | ||
| Method | searchAmongInquests | ||
| Description | 
                     Execute this search among the given list of inquests.  | ||
| Parameters | osid.id.IdList | inquestIds | list of inquests | 
| Errors | NULL_ARGUMENT |  inquestIds  is  null   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderInquestResults | ||
| Description | 
                     Specify an ordering to the search results.  | ||
| Parameters | osid.inquiry.InquestSearchOrder | inquestSearchOrder | inquest search order | 
| Errors | NULL_ARGUMENT |  inquestSearchOrder  is  null   |                 |
| UNSUPPORTED |  inquestSearchOrder  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getInquestSearchRecord | ||
| Description | 
                     Gets the inquest search record corresponding to the 
                    given inquest search record   | ||
| Parameters | osid.type.Type | inquestSearchRecordType | an inquest search record type | 
| Return | osid.inquiry.records.InquestSearchRecord | the inquest search record | |
| Errors | NULL_ARGUMENT |  inquestSearchRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(inquestSearchRecordType)  is  false 
  |                 ||
| Compliance | mandatory | This method must be implemented. | |