| Interface | osid.forum.batch.ForumBatchProxyManager | ||
|---|---|---|---|
| Implements | osid.OsidProxyManager | ||
osid.forum.batch.ForumBatchProfile | |||
| Description | 
                 The forum batch proxy manager provides access to forum 
                batch sessions and provides interoperability tests for various 
                aspects of this service. Methods in this manager support the 
                passing of a  
  | ||
| Method | getPostBatchAdminSession | ||
| Description | 
                     Gets the   | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy | 
| Return | osid.forum.batch.PostBatchAdminSession | a  PostBatchAdminSession   | |
| Errors | NULL_ARGUMENT |  proxy  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED |  supportsPostBatchAdmin()  is  false   |                 ||
| Compliance | optional | This method must be implemented if  supportsPostBatchAdmin()  
is  true.   | |
| Method | getPostBatchAdminSessionForForum | ||
| Description | 
                     Gets the   | ||
| Parameters | osid.id.Id | forumId | the  Id  of the  Forum   | 
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.forum.batch.PostBatchAdminSession | a  PostBatchAdminSession   | |
| Errors | NOT_FOUND | no  Forum  found by the given  Id   |                 |
| NULL_ARGUMENT |  forumId  or  proxy  is  null   |                 ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED |  supportsPostBatchAdmin()  or  
supportsVisibleFederation()  is  false   |                 ||
| Compliance | optional | This method must be implemented if  supportsPostBatchAdmin()  
and  supportsVisibleFederation()  are  true   | |
| Method | getReplyBatchAdminSession | ||
| Description | 
                     Gets the   | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy | 
| Return | osid.forum.batch.ReplyBatchAdminSession | a  ReplyBatchAdminSession   | |
| Errors | NULL_ARGUMENT |  proxy  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED |  supportsReplyBatchAdmin()  is  false   |                 ||
| Compliance | optional | This method must be implemented if  supportsReplyBatchAdmin()  
is  true.   | |
| Method | getReplyBatchAdminSessionForForum | ||
| Description | 
                     Gets the   | ||
| Parameters | osid.id.Id | forumId | the  Id  of the  Forum   | 
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.forum.batch.ReplyBatchAdminSession | a  ReplyBatchAdminSession   | |
| Errors | NOT_FOUND | no  Forum  found by the given  Id   |                 |
| NULL_ARGUMENT |  forumId  or  proxy  is  null   |                 ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED |  supportsReplyBatchAdmin()  or  
supportsVisibleFederation()  is  false   |                 ||
| Compliance | optional | This method must be implemented if  supportsReplyBatchAdmin()  
and  supportsVisibleFederation()  are  true   | |
| Method | getForumBatchAdminSession | ||
| Description | 
                     Gets the   | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy | 
| Return | osid.forum.batch.ForumBatchAdminSession | a  ForumBatchAdminSession   | |
| Errors | NULL_ARGUMENT |  proxy  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED |  supportsForumBatchAdmin()  is  false   |                 ||
| Compliance | optional | This method must be implemented if  supportsForumBatchAdmin()  
is  true.   | |