OSID Logo
OSID Specifications
recognition package
Version 3.0.0
Release Candidate Preview
Interfaceosid.recognition.Award
Implementsosid.OsidObject
Description

An Award is something that can be conferred.

MethodgetAwardRecord
Description

Gets the award record corresponding to the given Award record Type. This method must be used to retrieve an object implementing the requested record. The awardRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(awardRecordType) is true .

Parametersosid.type.TypeawardRecordTypethe type of award record to retrieve
Returnosid.recognition.records.AwardRecordthe award record
ErrorsNULL_ARGUMENT awardRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(awardRecordType) is false
CompliancemandatoryThis method must be implemented.