OSID Logo
OSID Specifications
course syllabus package
Version 3.0.0
Release Candidate Preview
Interfaceosid.course.syllabus.ModuleForm
Implementsosid.OsidGovernatorForm
osid.OsidSubjugateableForm
Description

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

MethodgetModuleFormRecord
Description

Gets the ModuleFormRecord corresponding to the given module record Type.

Parametersosid.type.TypemoduleRecordTypethe module record type
Returnosid.course.syllabus.records.ModuleFormRecordthe module form record
ErrorsNULL_ARGUMENT moduleRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(moduleRecordType) is false
CompliancemandatoryThis method must be implemented.