Class ContentEntityMigrationBatchTask

java.lang.Object
com.atlassian.confluence.content.render.xhtml.migration.macro.ContentEntityMigrationBatchTask
All Implemented Interfaces:
BatchTask<ContentEntityObject>

public class ContentEntityMigrationBatchTask extends Object implements BatchTask<ContentEntityObject>
Attempts to migrate a contentEntityObject with a legacy content body to XHTML.

Implements the batchTask interface so can be used with BatchableWorkSource.

Can optionally have a progressWrapper to notify of progress.