OSID Logo
OSID Specifications
blogging batch package
Version 3.0.0
Release Candidate Preview
Interfaceosid.blogging.batch.BloggingBatchManager
Implementsosid.OsidManager
osid.blogging.batch.BloggingBatchProfile
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.EntryBatchAdminSessionan EntryBatchAdminSession
ErrorsOPERATION_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
Returnosid.blogging.batch.EntryBatchAdminSessionan EntryBatchAdminSession
ErrorsNOT_FOUNDno Blog found by the given Id
NULL_ARGUMENT blogId 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.

Returnosid.blogging.batch.BlogBatchAdminSessiona BlogBatchAdminSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsBlogBatchAdmin() is false
ComplianceoptionalThis method must be implemented if supportsBlogBatchAdmin() is true.