OSID Logo
OSID Specifications
ontology package
Version 3.1.0
Interfaceosid.ontology.OntologySearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.ontology.OntologySearchSession
Description

An interface for specifying the ordering of search results.

MethodgetOntologySearchOrderRecord
Description

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

Parametersosid.type.TypeontologyRecordType an ontology record type
Returnosid.ontology.records.OntologySearchOrderRecord the ontology search order record
ErrorsNULL_ARGUMENT ontologyRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(ontologyRecordType) is false
Compliancemandatory This method must be implemented.