Interface | osid.inquiry.InquirySearch | ||
---|---|---|---|
Implements | osid.OsidSearch | ||
Description |
The search interface for governing inquiry searches. | ||
Method | searchAmongInquiries | ||
Description |
Execute this search among the given list of inquiries. | ||
Parameters | osid.id.IdList | inquiryIds | list of inquiries |
Errors | NULL_ARGUMENT | inquiryIds is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderInquiryResults | ||
Description |
Specify an ordering to the search results. | ||
Parameters | osid.inquiry.InquirySearchOrder | inquirySearchOrder | inquiry search order |
Errors | NULL_ARGUMENT | inquirySearchOrder is null | |
UNSUPPORTED | inquirySearchOrder is not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getInquirySearchRecord | ||
Description |
Gets the inquiry search record corresponding to the
given inquiry search record | ||
Parameters | osid.type.Type | inquirySearchRecordType | an inquiry search record type |
Return | osid.inquiry.records.InquirySearchRecord | the inquiry search record | |
Errors | NULL_ARGUMENT | inquirySearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(inquirySearchRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |