OSID Logo
OSID Specifications
recognition package
Version 3.0.0
Release Candidate Preview
Interfaceosid.recognition.AcademyForm
Implementsosid.OsidCatalogForm
Description

This is the form for creating and updating Academies. Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the AcademyAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetAcademyFormRecord
Description

Gets the AcademyFormRecord corresponding to the given academy record Type.

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