OSID Logo
OSID Specifications
inquiry package
Version 3.1.0
Interfaceosid.inquiry.InquestSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.inquiry.InquestSearchSession
Description

An interface for specifying the ordering of search results.

MethodgetInquestSearchOrderRecord
Description

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

Parametersosid.type.TypeinquestRecordType an inquest record type
Returnosid.inquiry.records.InquestSearchOrderRecord the inquest search order record
ErrorsNULL_ARGUMENT inquestRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(inquestRecordType) is false
Compliancemandatory This method must be implemented.