OSID Logo
OSID Specifications
course package
Version 3.1.0
Interfaceosid.course.CourseCatalogForm
Implementsosid.OsidCatalogForm
Implemented Byosid.course.batch.CourseCatalogBatchForm
Used Byosid.course.CourseCatalogAdminSession
Description

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

Like all OsidForms, CourseCatalogForm is stateful and must not be accessed by multiple processing threads.

MethodgetCourseCatalogFormRecord
Description

Gets the CourseCatalogFormRecord corresponding to the given course catalog record Type.

Parametersosid.type.TypecourseCatalogRecordType a course catalog record type
Returnosid.course.records.CourseCatalogFormRecord the course catalog form record
ErrorsNULL_ARGUMENT courseCatalogRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(courseCatalogRecordType) is false
Compliancemandatory This method must be implemented.