| Interface | osid.inquiry.rules.InquiryEnablerSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidEnablerSearchOrder | ||
| Description | An interface for specifying the ordering of search results. | ||
| Method | getInquiryEnablerSearchOrderRecord | ||
| Description | Gets the inquiry enabler search order record 
                    corresponding to the given inquiry enabler record  | ||
| Parameters | osid.type.Type | inquiryEnablerRecordType | an inquiry enabler record type | 
| Return | osid.inquiry.rules.records.InquiryEnablerSearchOrderRecord | the inquiry enabler search order record | |
| Errors | NULL_ARGUMENT |  inquiryEnablerRecordType is null  | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(inquiryEnablerRecordType) is false 
 | ||
| Compliance | mandatory | This method must be implemented. | |