public interface BloggingBatchManager extends OsidManager, BloggingBatchProfile
The blogging batch manager provides access to blogging batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
EntryBatchAdminSession: a session to create,
modify and delete entries in bulk BlogBatchAdminSession: a session to create, modify
and delete blogs in bulk | Modifier and Type | Method and Description |
|---|---|
BlogBatchAdminSession |
getBlogBatchAdminSession()
Gets the
OsidSession associated with the bulk blog
administration service. |
EntryBatchAdminSession |
getEntryBatchAdminSession()
Gets the
OsidSession associated with the bulk entry
administration service. |
EntryBatchAdminSession |
getEntryBatchAdminSessionForBlog(Id blogId)
Gets the
OsidSession associated with the bulk entry
administration service for the given blog. |
changeBranch, initialize, rollbackServiceclosesupportsBlogBatchAdmin, supportsEntryBatchAdmin, supportsVisibleFederationgetBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdEntryBatchAdminSession getEntryBatchAdminSession() throws OperationFailedException
OsidSession associated with the bulk entry
administration service. EntryBatchAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsEntryBatchAdmin() is false optional - This method must be implemented if
supportsEntryBatchAdmin() is true. EntryBatchAdminSession getEntryBatchAdminSessionForBlog(Id blogId) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk entry
administration service for the given blog.blogId - the Id of the Blog EntryBatchAdminSession NotFoundException - no Blog found by the
given Id NullArgumentException - blogId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsEntryBatchAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsEntryBatchAdmin() and
supportsVisibleFederation() are true
BlogBatchAdminSession getBlogBatchAdminSession() throws OperationFailedException
OsidSession associated with the bulk blog
administration service. BlogBatchAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsBlogBatchAdmin() is false optional - This method must be implemented if
supportsBlogBatchAdmin() is true.