OSID Logo
OSID Specifications
search package
Version 3.0.0
Release Candidate Preview
Interfaceosid.search.EngineSearchOrder
Implementsosid.OsidCatalogSearchOrder
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.TypeengineRecordTypean engine record type
Returnosid.search.records.EngineSearchOrderRecordthe engine search order record
ErrorsNULL_ARGUMENT engineRecordType is null
OPERATION_FAILEDunable to complete request
PERMISSION_DENIEDauthorization failure occurred
UNSUPPORTED hasRecordType(engineRecordType) is false
CompliancemandatoryThis method must be implemented.