OSID Logo
OSID Specifications
inquiry rules package
Version 3.1.0
Interfaceosid.inquiry.rules.InquiryEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.inquiry.rules.InquiryEnablerSearchSession
osid.inquiry.rules.InquiryEnablerSmartInquestSession
Description

An interface for specifying the ordering of search results.

MethodgetInquiryEnablerSearchOrderRecord
Description

Gets the inquiry enabler search order record corresponding to the given inquiry enabler record Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TypeinquiryEnablerRecordType an inquiry enabler record type
Returnosid.inquiry.rules.records.InquiryEnablerSearchOrderRecord the inquiry enabler search order record
ErrorsNULL_ARGUMENT inquiryEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(inquiryEnablerRecordType) is false
Compliancemandatory This method must be implemented.