| Package | Description |
|---|---|
| org.osid.blogging |
The Open Service Interface Definitions for the org.osid.blogging
service.
|
| org.osid.blogging.batch |
The Open Service Interface Definitions for the org.osid.blogging.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
BlogForm |
BlogAdminSession.getBlogFormForCreate(Type[] blogRecordTypes)
Gets the blog form for creating new blogs.
|
BlogForm |
BlogAdminSession.getBlogFormForUpdate(Id blogId)
Gets the blog form for updating an existing blog.
|
| Modifier and Type | Method and Description |
|---|---|
Blog |
BlogAdminSession.createBlog(BlogForm blogForm)
Creates a new
Blog. |
void |
BlogAdminSession.updateBlog(BlogForm blogForm)
Updates an existing blog.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BlogBatchForm
This is the form for creating and updating blogs in bulk.
|