OSID Logo
OSID Specifications
blogging batch package
Version 3.1.0
Interfaceosid.blogging.batch.BloggingBatchManager
Implementsosid.OsidManager
osid.blogging.batch.BloggingBatchProfile
Used Byosid.blogging.BloggingManager
Description

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

Gets the OsidSession associated with the bulk entry administration service.

Returnosid.blogging.batch.EntryBatchAdminSession an EntryBatchAdminSession
ErrorsOPERATION_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
Returnosid.blogging.batch.EntryBatchAdminSession an EntryBatchAdminSession
ErrorsNOT_FOUND no Blog found by the given Id
NULL_ARGUMENT blogId 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.

Returnosid.blogging.batch.BlogBatchAdminSession a BlogBatchAdminSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsBlogBatchAdmin() is false
Complianceoptional This method must be implemented if supportsBlogBatchAdmin() is true.