public interface ForumBatchManager extends OsidManager, ForumBatchProfile
The forum batch manager provides access to forum batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
PostBatchSession: a session to create, modify and
delete posts in bulk ReplyBatchAdminSession: a session to create,
modify and delete replies in bulk ForumBatchAdminSession: a session to create,
modify and delete forums in bulk | Modifier and Type | Method and Description |
|---|---|
ForumBatchAdminSession |
getForumBatchAdminSession()
Gets the
OsidSession associated with the bulk forum
administration service. |
PostBatchAdminSession |
getPostBatchAdminSession()
Gets the
OsidSession associated with the bulk post
administration service. |
PostBatchAdminSession |
getPostBatchAdminSessionForForum(Id forumId)
Gets the
OsidSession associated with the bulk post
administration service for the given forum. |
ReplyBatchAdminSession |
getReplyBatchAdminSession()
Gets the
OsidSession associated with the bulk reply
administration service. |
ReplyBatchAdminSession |
getReplyBatchAdminSessionForForum(Id forumId)
Gets the
OsidSession associated with the bulk reply
administration service for the given forum. |
changeBranch, initialize, rollbackServiceclosesupportsForumBatchAdmin, supportsPostBatchAdmin, supportsReplyBatchAdmin, supportsVisibleFederationgetBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdPostBatchAdminSession getPostBatchAdminSession() throws OperationFailedException
OsidSession associated with the bulk post
administration service. PostBatchAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsPostBatchAdmin() is false optional - This method must be implemented if
supportsPostBatchAdmin() is true. PostBatchAdminSession getPostBatchAdminSessionForForum(Id forumId) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk post
administration service for the given forum.forumId - the Id of the Forum PostBatchAdminSession NotFoundException - no Forum found by
the given Id NullArgumentException - forumId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsPostBatchAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsPostBatchAdmin() and
supportsVisibleFederation() are true
ReplyBatchAdminSession getReplyBatchAdminSession() throws OperationFailedException
OsidSession associated with the bulk reply
administration service. ReplyBatchAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsReplyBatchAdmin() is false optional - This method must be implemented if
supportsReplyBatchAdmin() is true. ReplyBatchAdminSession getReplyBatchAdminSessionForForum(Id forumId) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk reply
administration service for the given forum.forumId - the Id of the Forum ReplyBatchAdminSession NotFoundException - no Forum found by
the given Id NullArgumentException - forumId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsReplyBatchAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsReplyBatchAdmin() and
supportsVisibleFederation() are true
ForumBatchAdminSession getForumBatchAdminSession() throws OperationFailedException
OsidSession associated with the bulk forum
administration service. ForumBatchAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsForumBatchAdmin() is false optional - This method must be implemented if
supportsForumBatchAdmin() is true.