Uses of Interface
com.atlassian.confluence.content.render.xhtml.migration.BatchTask
Packages that use BatchTask
Package
Description
-
Uses of BatchTask in com.atlassian.confluence.content.render.xhtml.migration
Methods in com.atlassian.confluence.content.render.xhtml.migration with parameters of type BatchTaskModifier and TypeMethodDescriptionWorkSourceBatchRunner.run
(BatchableWorkSource<T> workSource, BatchTask<T> task) Begin executing against all the work in the supplied work source.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 BatchTaskModifier and TypeClassDescriptionclass
Attempts to migrate a contentEntityObject with a legacy content body to XHTML.class
IndexingBatchTask<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 BatchTaskModifierConstructorDescriptionIndexingBatchTask
(BatchTask<T> delegate, ConfluenceIndexer indexer) -
Uses of BatchTask in com.atlassian.confluence.upgrade.upgradetask
Classes in com.atlassian.confluence.upgrade.upgradetask that implement BatchTaskModifier and TypeClassDescriptionclass
class