OSID Logo
OSID Specifications
recognition package
Version 3.0.0
Release Candidate Preview
Interfaceosid.recognition.Academy
Implementsosid.OsidCatalog
Description

An Academy represents a collection of awards and conferrals. Like all OSID objects, a Academy is identified by its Id and any persisted references should use the Id.

MethodgetAcademyRecord
Description

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

Parametersosid.type.TypeacademyRecordTypethe type of academy record to retrieve
Returnosid.recognition.records.AcademyRecordthe academy record
ErrorsNULL_ARGUMENT academyRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(academyRecordType) is false
CompliancemandatoryThis method must be implemented.