OSID Logo
OSID Specifications
forum package
Version 3.0.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.TypeforumRecordTypethe type of forum record to retrieve
Returnosid.forum.records.ForumRecordthe forum record
ErrorsNULL_ARGUMENTforumRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(forumRecordType) is false
CompliancemandatoryThis method must be implemented.