| Package | Description |
|---|---|
| org.osid.forum |
The Open Service Interface Definitions for the org.osid.forum
service.
|
| org.osid.forum.batch |
The Open Service Interface Definitions for the org.osid.forum.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
ForumForm |
ForumAdminSession.getForumFormForCreate(Type[] forumRecordTypes)
Gets the forum form for creating new forums.
|
ForumForm |
ForumAdminSession.getForumFormForUpdate(Id forumId)
Gets the forum form for updating an existing forum.
|
| Modifier and Type | Method and Description |
|---|---|
Forum |
ForumAdminSession.createForum(ForumForm forumForm)
Creates a new
Forum. |
void |
ForumAdminSession.updateForum(ForumForm forumForm)
Updates an existing forum.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ForumBatchForm
This is the form for creating and updating forums in bulk.
|