OSID Logo
OSID Specifications
forum package
Version 3.0.0
Release Candidate Preview
Interfaceosid.forum.Forum
Implementsosid.OsidCatalog
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_ARGUMENT forumRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(forumRecordType) is false
CompliancemandatoryThis method must be implemented.