| Interface | osid.blogging.batch.BloggingBatchProxyManager | ||
|---|---|---|---|
| Implements | osid.OsidProxyManager | ||
osid.blogging.batch.BloggingBatchProfile | |||
| Description | 
                 The blogging batch proxy manager provides access to 
                blogging batch sessions and provides interoperability tests 
                for various aspects of this service. Methods in this manager 
                support the passing of a  
  | ||
| Method | getEntryBatchAdminSession | ||
| Description | 
                     Gets the   | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy | 
| Return | osid.blogging.batch.EntryBatchAdminSession | an  EntryBatchAdminSession   | |
| Errors | NULL_ARGUMENT |  proxy  is  null   |                 |
| 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   | 
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.blogging.batch.EntryBatchAdminSession | an  EntryBatchAdminSession   | |
| Errors | NOT_FOUND | no  Blog  found by the given  Id   |                 |
| NULL_ARGUMENT |  blogId  or  proxy  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   | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy | 
| Return | osid.blogging.batch.BlogBatchAdminSession | a  BlogBatchAdminSession   | |
| Errors | NULL_ARGUMENT |  proxy  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED |  supportsBlogBatchAdmin()  is  false   |                 ||
| Compliance | optional | This method must be implemented if  supportsBlogBatchAdmin()  
is  true.   | |