OSID Logo
OSID Specifications
blogging batch package
Version 3.1.0
Interfaceosid.blogging.batch.BloggingBatchProxyManager
Implementsosid.OsidProxyManager
osid.blogging.batch.BloggingBatchProfile
Used Byosid.blogging.BloggingProxyManager
Description

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
MethodgetEntryBatchAdminSession
Description

Gets the OsidSession associated with the bulk entry administration service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.blogging.batch.EntryBatchAdminSession an EntryBatchAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsEntryBatchAdmin() is false
Complianceoptional This method must be implemented if supportsEntryBatchAdmin() is true.
MethodgetEntryBatchAdminSessionForBlog
Description

Gets the OsidSession associated with the bulk entry administration service for the given blog.

Parametersosid.id.IdblogId the Id of the Blog
osid.proxy.Proxyproxy a proxy
Returnosid.blogging.batch.EntryBatchAdminSession an EntryBatchAdminSession
ErrorsNOT_FOUND no Blog found by the given Id
NULL_ARGUMENT blogId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsEntryBatchAdmin() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsEntryBatchAdmin() and supportsVisibleFederation() are true
MethodgetBlogBatchAdminSession
Description

Gets the OsidSession associated with the bulk blog administration service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.blogging.batch.BlogBatchAdminSession a BlogBatchAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsBlogBatchAdmin() is false
Complianceoptional This method must be implemented if supportsBlogBatchAdmin() is true.