Uses of Interface
com.atlassian.confluence.content.render.xhtml.migration.BatchTask
-
-
Uses of BatchTask in com.atlassian.confluence.content.render.xhtml.migration
Methods in com.atlassian.confluence.content.render.xhtml.migration with parameters of type BatchTask Modifier and Type Method Description List<Exception>WorkSourceBatchRunner. run(BatchableWorkSource<T> workSource, BatchTask<T> task)Begin executing against all the work in the supplied work source.protected List<Exception>WorkSourceBatchRunner. run(BatchableWorkSource<T> workSource, BatchTask<T> task, ExecutorService executor)Exposed (as protected) to allow specification of the executor in unit tests. -
Uses of BatchTask in com.atlassian.confluence.content.render.xhtml.migration.macro
Classes in com.atlassian.confluence.content.render.xhtml.migration.macro that implement BatchTask Modifier and Type Class Description classContentEntityMigrationBatchTaskAttempts to migrate a contentEntityObject with a legacy content body to XHTML.classIndexingBatchTask<T extends Searchable>A decorating batch task, re-indexing the searchable that the task is applied to.Constructors in com.atlassian.confluence.content.render.xhtml.migration.macro with parameters of type BatchTask Constructor Description IndexingBatchTask(BatchTask<T> delegate, ConfluenceIndexer indexer) -
Uses of BatchTask in com.atlassian.confluence.upgrade.upgradetask
Classes in com.atlassian.confluence.upgrade.upgradetask that implement BatchTask Modifier and Type Class Description classChangeSpaceDescriptionsBodyTypeTaskclassConvertToRelativeLinksTask
-