| Interface | osid.blogging.batch.BloggingBatchManager | ||
|---|---|---|---|
| Implements | osid.OsidManager | ||
osid.blogging.batch.BloggingBatchProfile | |||
| Description | 
                 The blogging batch manager provides access to blogging batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are: 
  | ||
| Method | getEntryBatchAdminSession | ||
| Description | 
                     Gets the   | ||
| Return | osid.blogging.batch.EntryBatchAdminSession | an  EntryBatchAdminSession   | |
| Errors | OPERATION_FAILED | unable to complete request | |
| UNIMPLEMENTED |  supportsEntryBatchAdmin()  is  false   |                 ||
| Compliance | optional | This method must be implemented if  supportsEntryBatchAdmin()  
is  true.   | |
| Method | getEntryBatchAdminSessionForBlog | ||
| Description | 
                     Gets the   | ||
| Parameters | osid.id.Id | blogId | the  Id  of the  Blog   | 
| Return | osid.blogging.batch.EntryBatchAdminSession | an  EntryBatchAdminSession   | |
| Errors | NOT_FOUND | no  Blog  found by the given  Id   |                 |
| NULL_ARGUMENT |  blogId  is  null   |                 ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED |  supportsEntryBatchAdmin()  or  
supportsVisibleFederation()  is  false   |                 ||
| Compliance | optional | This method must be implemented if  supportsEntryBatchAdmin()  
and  supportsVisibleFederation()  are  true   | |
| Method | getBlogBatchAdminSession | ||
| Description | 
                     Gets the   | ||
| Return | osid.blogging.batch.BlogBatchAdminSession | a  BlogBatchAdminSession   | |
| Errors | OPERATION_FAILED | unable to complete request | |
| UNIMPLEMENTED |  supportsBlogBatchAdmin()  is  false   |                 ||
| Compliance | optional | This method must be implemented if  supportsBlogBatchAdmin()  
is  true.   | |