OSID Logo
OSID Specifications
dictionary package
Version 3.1.0
Interfaceosid.dictionary.DictionarySearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.dictionary.DictionarySearchSession
Description

An interface for specifying the ordering of search results.

MethodgetDictionarySearchOrderRecord
Description

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

Parametersosid.type.TypedictionaryRecordType a dictionary record type
Returnosid.dictionary.records.DictionarySearchOrderRecord the dictionary search order record
ErrorsNULL_ARGUMENT dictionaryRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(dictionaryRecordType) is false
Compliancemandatory This method must be implemented.