OSID Logo
OSID Specifications
dictionary package
Version 3.0.0
Interfaceosid.dictionary.DictionarySearch
Implementsosid.OsidSearch
Used Byosid.dictionary.DictionarySearchSession
Description

This interface defines search options.

MethodsearchAmongDictionaries
Description

Execute this search among the given list of dictionaries.

Parametersosid.id.IdListdictionaryIdslist of dictionaries
ErrorsNULL_ARGUMENTdictionaryIds is null
CompliancemandatoryThis method must be implemented.
MethodorderDictionaryResults
Description

Specify an ordering to the search results.

Parametersosid.dictionary.DictionarySearchOrderdictionarySearchOrderdictionary search order
ErrorsNULL_ARGUMENTdictionarySearchOrder is null
UNSUPPORTEDdictionarySearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetDictionarySearchRecord
Description

Gets the dictionary search record corresponding to the given dictionary search record Type .This method is used to retrieve an object implementing the requested record interface.

Parametersosid.type.TypedictionarySearchRecordTypea dictionary search record type
Returnosid.dictionary.records.DictionarySearchRecordthe dictionary search record
ErrorsNULL_ARGUMENTdictionarySearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(dictionarySearchRecordType) is false
CompliancemandatoryThis method must be implemented.