OSID Logo
OSID Specifications
forum package
Version 3.1.0
Interfaceosid.forum.Forum
Implementsosid.OsidCatalog
Used Byosid.forum.ForumAdminSession
osid.forum.ForumList
osid.forum.ForumLookupSession
osid.forum.ForumNode
osid.forum.PostAdminSession
osid.forum.PostLookupSession
osid.forum.PostNotificationSession
osid.forum.PostQuerySession
osid.forum.PostSmartForumSession
osid.forum.ReplyAdminSession
show 2 more…
osid.forum.ReplyLookupSession
osid.forum.ReplyNotificationSession
Description

A Forum represents a collection of posts and replies. Like all OSID objects, a Forum is identified by its Id and any persisted references should use the Id.

MethodgetForumRecord
Description

Gets the forum record corresponding to the given Forum record Type.This method is used to retrieve an object implementing the requested record. The forumRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(forumRecordType) is true.

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