OSID Logo
OSID Specifications
forum package
Version 3.1.0
Interfaceosid.forum.ForumForm
Implementsosid.OsidCatalogForm
Implemented Byosid.forum.batch.ForumBatchForm
Used Byosid.forum.ForumAdminSession
Description

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

MethodgetForumFormRecord
Description

Gets the ForumFormRecord corresponding to the given forum record Type.

Parametersosid.type.TypeforumRecordType the forum record type
Returnosid.forum.records.ForumFormRecord the forum form record
ErrorsNULL_ARGUMENT forumRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(forumRecordType) is false
Compliancemandatory This method must be implemented.