|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BatchTask | |
|---|---|
| com.atlassian.confluence.content.render.xhtml.migration | |
| com.atlassian.confluence.content.render.xhtml.migration.macro | |
| com.atlassian.confluence.upgrade.upgradetask | |
| 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 | |
|---|---|
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 | |
|---|---|
class |
ContentEntityMigrationBatchTask
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 BatchTask | |
|---|---|
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 | |
|---|---|
class |
ChangeSpaceDescriptionsBodyTypeTask
|
class |
ConvertToRelativeLinksTask
|
| Constructors in com.atlassian.confluence.upgrade.upgradetask with parameters of type BatchTask | |
|---|---|
ChangeSpaceDescriptionsBodyTypeUpgradeTask(org.springframework.transaction.PlatformTransactionManager transactionManager,
ContentDao contentDao,
BatchTask<ContentEntityObject> batchTask,
int applicationConfigBuildNumber)
|
|
ConvertToRelativeLinksUpgradeTask(org.springframework.transaction.PlatformTransactionManager transactionManager,
ContentDao contentDao,
BatchTask<ContentEntityObject> batchTask,
int applicationConfigBuildNumber)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||