| Package | Description |
|---|---|
| org.osid.blogging.batch |
The Open Service Interface Definitions for the org.osid.blogging.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
BlogBatchFormList |
BlogBatchAdminSession.getBlogFormsForCreate(long number,
Type[] blogRecordTypes)
Gets the blog forms for creating a bunch of new blogs.
|
BlogBatchFormList |
BlogBatchAdminSession.getBlogFormsForUpdate(IdList blogIds)
Gets the blog forms for updating an existing set of blogs.
|
| Modifier and Type | Method and Description |
|---|---|
CreateResponseList |
BlogBatchAdminSession.createBlogs(BlogBatchFormList blogForms)
Creates a new set of
Blogs. |
UpdateResponseList |
BlogBatchAdminSession.updateBlogs(BlogBatchFormList blogForms)
Updates existing blogs.
|