Interface | osid.ontology.OntologySearchOrder | ||
---|---|---|---|
Implements | osid.OsidCatalogSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | getOntologySearchOrderRecord | ||
Description |
Gets the ontology search order record corresponding to
the given ontology record | ||
Parameters | osid.type.Type | ontologyRecordType | an ontology record type |
Return | osid.ontology.records.OntologySearchOrderRecord | the ontology search order record | |
Errors | NULL_ARGUMENT | ontologyRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(ontologyRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |