OSID Logo
OSID Specifications
course syllabus package
Version 3.1.0
Interfaceosid.course.syllabus.ModuleForm
Implementsosid.OsidObjectForm
osid.OsidSubjugateableForm
Implemented Byosid.course.syllabus.batch.ModuleBatchForm
Used Byosid.course.syllabus.ModuleAdminSession
Description

This is the form for creating and updating Modules. 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.TypemoduleRecordType the module record type
Returnosid.course.syllabus.records.ModuleFormRecord the module form record
ErrorsNULL_ARGUMENT moduleRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(moduleRecordType) is false
Compliancemandatory This method must be implemented.