public interface CommentingBatchProxyManager extends OsidProxyManager, CommentingBatchProfile
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 Proxy
object. The sessions included in this manager are:
CommentBatchSession: a session to create, modify
and delete comments in bulk BookBatchAdminSession: a session to create, modify
and delete books in bulk | Modifier and Type | Method and Description |
|---|---|
BookBatchAdminSession |
getBookBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk book
administration service. |
CommentBatchAdminSession |
getCommentBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk comment
administration service. |
CommentBatchAdminSession |
getCommentBatchAdminSessionForBook(Id bookId,
Proxy proxy)
Gets the
OsidSession associated with the bulk comment
administration service for the given book. |
changeBranch, initialize, rollbackServiceclosesupportsBookBatchAdmin, supportsCommentBatchAdmin, supportsVisibleFederationgetBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdCommentBatchAdminSession getCommentBatchAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the bulk comment
administration service.proxy - a proxy CommentBatchAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsCommentBatchAdmin() is false optional - This method must be implemented if
supportsCommentBatchAdmin() is true.
CommentBatchAdminSession getCommentBatchAdminSessionForBook(Id bookId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk comment
administration service for the given book.bookId - the Id of the Book proxy - a proxy CommentBatchAdminSession NotFoundException - no Book found by the
given Id NullArgumentException - bookId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsCommentBatchAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsCommentBatchAdmin() and
supportsVisibleFederation() are true
BookBatchAdminSession getBookBatchAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the bulk book
administration service.proxy - a proxy BookBatchAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsBookBatchAdmin() is false optional - This method must be implemented if
supportsBookBatchAdmin() is true.