public interface BloggingBatchProxyManager extends OsidProxyManager, BloggingBatchProfile
The blogging batch proxy manager provides access to blogging 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:
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(Proxy proxy)
Gets the
OsidSession associated with the bulk blog
administration service. |
EntryBatchAdminSession |
getEntryBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk entry
administration service. |
EntryBatchAdminSession |
getEntryBatchAdminSessionForBlog(Id blogId,
Proxy proxy)
Gets the
OsidSession associated with the bulk entry
administration service for the given blog. |
changeBranch, initialize, rollbackService
close
supportsBlogBatchAdmin, supportsEntryBatchAdmin, supportsVisibleFederation
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordType
getBranding, getBrandingIds, getLicense, getProvider, getProviderId
EntryBatchAdminSession getEntryBatchAdminSession(Proxy proxy) throws OperationFailedException
OsidSession
associated with the bulk entry
administration service.proxy
- a proxy EntryBatchAdminSession
NullArgumentException
- proxy
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsEntryBatchAdmin()
is false
optional
- This method must be implemented if
supportsEntryBatchAdmin()
is true.
EntryBatchAdminSession getEntryBatchAdminSessionForBlog(Id blogId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession
associated with the bulk entry
administration service for the given blog.blogId
- the Id
of the Blog
proxy
- a proxy EntryBatchAdminSession
NotFoundException
- no Blog
found by the
given Id
NullArgumentException
- blogId
or
proxy
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(Proxy proxy) throws OperationFailedException
OsidSession
associated with the bulk blog
administration service.proxy
- a proxy BlogBatchAdminSession
NullArgumentException
- proxy
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsBlogBatchAdmin()
is false
optional
- This method must be implemented if
supportsBlogBatchAdmin()
is true.