OSID Logo
OSID Specifications
blogging batch package
Version 3.0.0
Release Candidate Preview
Interfaceosid.blogging.batch.BloggingBatchProxyManager
Implementsosid.OsidProxyManager
osid.blogging.batch.BloggingBatchProfile
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.Proxyproxya proxy
Returnosid.blogging.batch.EntryBatchAdminSessionan EntryBatchAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsEntryBatchAdmin() is false
ComplianceoptionalThis 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.IdblogIdthe Id of the Blog
osid.proxy.Proxyproxya proxy
Returnosid.blogging.batch.EntryBatchAdminSessionan EntryBatchAdminSession
ErrorsNOT_FOUNDno Blog found by the given Id
NULL_ARGUMENT blogId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsEntryBatchAdmin() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsEntryBatchAdmin() and supportsVisibleFederation() are true
MethodgetBlogBatchAdminSession
Description

Gets the OsidSession associated with the bulk blog administration service.

Parametersosid.proxy.Proxyproxya proxy
Returnosid.blogging.batch.BlogBatchAdminSessiona BlogBatchAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsBlogBatchAdmin() is false
ComplianceoptionalThis method must be implemented if supportsBlogBatchAdmin() is true.