OSID Logo
OSID Specifications
course syllabus package
Version 3.0.0
Interfaceosid.course.syllabus.SyllabusForm
Implementsosid.OsidObjectForm
osid.OsidSubjugateableForm
Implemented Byosid.course.syllabus.batch.SyllabusBatchForm
Used Byosid.course.syllabus.SyllabusAdminSession
Description

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

MethodgetSyllabusFormRecord
Description

Gets the SyllabusFormRecord corresponding to the given syllabus record Type .

Parametersosid.type.TypesyllabusRecordTypethe syllabus record type
Returnosid.course.syllabus.records.SyllabusFormRecordthe syllabus form record
ErrorsNULL_ARGUMENTsyllabusRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(syllabusRecordType) is false
CompliancemandatoryThis method must be implemented.