OSID Logo
OSID Specifications
course package
Version 3.1.0
Interfaceosid.course.TermSearch
Implementsosid.OsidSearch
Used Byosid.course.TermSearchSession
Description

The search interface for governing term searches.

MethodsearchAmongTerms
Description

Execute this search among the given list of terms.

Parametersosid.id.IdListtermIds list of terms
ErrorsNULL_ARGUMENT termIds is null
Compliancemandatory This method must be implemented.
MethodorderTermResults
Description

Specify an ordering to the search results.

Parametersosid.course.TermSearchOrdertermSearchOrder term search order
ErrorsNULL_ARGUMENT termSearchOrder is null
UNSUPPORTED termSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetTermSearchRecord
Description

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

Parametersosid.type.TypetermSearchRecordType a term search record type
Returnosid.course.records.TermSearchRecord the term search record
ErrorsNULL_ARGUMENT termSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(termSearchRecordType) is false
Compliancemandatory This method must be implemented.