OSID Logo
OSID Specifications
inquiry package
Version 3.0.0
Release Candidate Preview
Interfaceosid.inquiry.InquestSearchOrder
Implementsosid.OsidCatalogSearchOrder
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.TypeinquestRecordTypean inquest record type
Returnosid.inquiry.records.InquestSearchOrderRecordthe inquest search order record
ErrorsNULL_ARGUMENT inquestRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(inquestRecordType) is false
CompliancemandatoryThis method must be implemented.