Interface | osid.commenting.batch.CommentingBatchProxyManager | ||
---|---|---|---|
Implements | osid.OsidProxyManager | ||
osid.commenting.batch.CommentingBatchProfile | |||
Description |
The commenting batch proxy manager provides access to
commenting batch sessions and provides interoperability tests
for various aspects of this service. Methods in this manager
support the passing of a
| ||
Method | getCommentBatchAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.commenting.batch.CommentBatchAdminSession | a CommentBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsCommentBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsCommentBatchAdmin()
is true. | |
Method | getCommentBatchAdminSessionForBook | ||
Description |
Gets the | ||
Parameters | osid.id.Id | bookId | the Id of the Book |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.commenting.batch.CommentBatchAdminSession | a CommentBatchAdminSession | |
Errors | NOT_FOUND | no Book found by the given Id | |
NULL_ARGUMENT | bookId or proxy is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsCommentBatchAdmin() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsCommentBatchAdmin()
and supportsVisibleFederation() are true | |
Method | getBookBatchAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.commenting.batch.BookBatchAdminSession | a BookBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsBookBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsBookBatchAdmin()
is true. |