OSID Logo
OSID Specifications
forum package
Version 3.0.0
Release Candidate Preview
Interfaceosid.forum.ForumForm
Implementsosid.OsidCatalogForm
Description

This is the form for creating and updating Forums. Like all OsidForm objects, 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.TypeforumRecordTypethe forum record type
Returnosid.forum.records.ForumFormRecordthe forum form record
ErrorsNULL_ARGUMENT forumRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(forumRecordType) is false
CompliancemandatoryThis method must be implemented.