OSID Logo
OSID Specifications
ontology package
Version 3.0.0
Release Candidate Preview
Interfaceosid.ontology.SubjectSearchOrder
Implementsosid.OsidObjectSearchOrder
osid.OsidFederateableSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetSubjectSearchOrderRecord
Description

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

Parametersosid.type.TypesubjectRecordTypea subject record type
Returnosid.ontology.records.SubjectSearchOrderRecordthe subject search order record
ErrorsNULL_ARGUMENT subjectRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(subjectRecordType) is false
CompliancemandatoryThis method must be implemented.