OSID Logo
OSID Specifications
recognition package
Version 3.0.0
Release Candidate Preview
Interfaceosid.recognition.AwardSearchOrder
Implementsosid.OsidObjectSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetAwardSearchOrderRecord
Description

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

Parametersosid.type.TypeawardRecordTypean award record type
Returnosid.recognition.records.AwardSearchOrderRecordthe award search order record
ErrorsNULL_ARGUMENT awardRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(awardRecordType) is false
CompliancemandatoryThis method must be implemented.