OSID Logo
OSID Specifications
search package
Version 3.1.0
Interfaceosid.search.SearchOrder
Implementsosid.OsidSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetSearchOrderRecord
Description

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

Parametersosid.type.TypequeryRecordType a query record type
Returnosid.search.records.SearchOrderRecord the search order record
ErrorsNULL_ARGUMENT queryRecordType is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED hasRecordType(queryRecordType) is false
Compliancemandatory This method must be implemented.