OSID Logo
OSID Specifications
ontology package
Version 3.0.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.TypeontologyRecordTypean ontology record type
Returnosid.ontology.records.OntologySearchOrderRecordthe ontology search order record
ErrorsNULL_ARGUMENTontologyRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(ontologyRecordType) is false
CompliancemandatoryThis method must be implemented.