OSID Logo
OSID Specifications
search package
Version 3.1.0
Interfaceosid.search.EngineSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.search.EngineSearchSession
Description

An interface for specifying the ordering of search results.

MethodgetEngineSearchOrderRecord
Description

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

Parametersosid.type.TypeengineRecordType an engine record type
Returnosid.search.records.EngineSearchOrderRecord the engine search order record
ErrorsNULL_ARGUMENT engineRecordType is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED hasRecordType(engineRecordType) is false
Compliancemandatory This method must be implemented.