OSID Logo
OSID Specifications
recognition package
Version 3.1.0
Interfaceosid.recognition.AcademySearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.recognition.AcademySearchSession
Description

An interface for specifying the ordering of search results.

MethodgetAcademySearchOrderRecord
Description

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

Parametersosid.type.TypeacademyRecordType an academy record type
Returnosid.recognition.records.AcademySearchOrderRecord the academy search order record
ErrorsNULL_ARGUMENT academyRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(academyRecordType) is false
Compliancemandatory This method must be implemented.