| 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 |
|---|---|
PostForm |
PostAdminSession.getPostFormForCreate(Type[] postRecordTypes)
Gets the post form for creating new posts.
|
PostForm |
PostAdminSession.getPostFormForUpdate(Id postId)
Gets the post form for updating an existing post.
|
| Modifier and Type | Method and Description |
|---|---|
Post |
PostAdminSession.createPost(PostForm postForm)
Creates a new
Post. |
void |
PostAdminSession.updatePost(PostForm postForm)
Updates an existing post.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PostBatchForm
This is the form for creating and updating posts in bulk.
|