public class

ContentEntityMigrationBatchTask

extends Object
implements BatchTask<T>
java.lang.Object
   ↳ com.atlassian.confluence.content.render.xhtml.migration.macro.ContentEntityMigrationBatchTask

Class Overview

Attempts to migrate a contentEntityObject with a wiki markup content body to XHTML. Implements the batchTask interface so can be used with @see BatchWorkSource. Can optionally have a progressWrapper to notify of progress.

Summary

Public Constructors
ContentEntityMigrationBatchTask(ExceptionTolerantMigrator migrator, ContentDao contentDao, String versionComment)
Public Methods
void apply(ContentEntityObject entity, int index, int batchSize)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.confluence.content.render.xhtml.migration.BatchTask

Public Constructors

public ContentEntityMigrationBatchTask (ExceptionTolerantMigrator migrator, ContentDao contentDao, String versionComment)

Public Methods

public void apply (ContentEntityObject entity, int index, int batchSize)