| Interface | osid.forum.Forum | ||
|---|---|---|---|
| Implements | osid.OsidCatalog | ||
| Description |
A | ||
| Method | getForumRecord | ||
| Description |
Gets the forum record corresponding to the given | ||
| Parameters | osid.type.Type | forumRecordType | the type of forum record to retrieve |
| Return | osid.forum.records.ForumRecord | the forum record | |
| Errors | NULL_ARGUMENT | forumRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(forumRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |