OSID Logo
OSID Specifications
ontology package
Version 3.0.0
Release Candidate Preview
Interfaceosid.ontology.OntologySearchOrder
Implementsosid.OsidCatalogSearchOrder
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.TypeontologyRecordTypean ontology record type
Returnosid.ontology.records.OntologySearchOrderRecordthe ontology search order record
ErrorsNULL_ARGUMENT ontologyRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(ontologyRecordType) is false
CompliancemandatoryThis method must be implemented.