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