|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of BatchableWorkSource in com.atlassian.confluence.content.render.xhtml.migration |
|---|
| Classes in com.atlassian.confluence.content.render.xhtml.migration that implement BatchableWorkSource | |
|---|---|
class |
ContentEntityObjectMigrationWorkSource
Source that provides batches of ContentEntityObjects that require migration. |
class |
LatestVersionXhtmlContentWorkSource
A work source that provides batches of ContentEntityObjects that have XHTML formatted bodies. |
class |
XhtmlContentWorkSource
A work source that provides batches of ContentEntityObjects that have XHTML formatted bodies. |
class |
XhtmlSpaceDescriptionsWorkSource
A work source that provides batches of SpaceDescriptions with BodyContent of type BodyType.XHTML |
| Methods in com.atlassian.confluence.content.render.xhtml.migration with parameters of type BatchableWorkSource | |
|---|---|
List<Exception> |
WorkSourceBatchRunner.run(BatchableWorkSource<T> workSource,
BatchTask<T> task)
Begin executing against all the work in the supplied work source. |
| Uses of BatchableWorkSource in com.atlassian.confluence.content.render.xhtml.migration.macro |
|---|
| Classes in com.atlassian.confluence.content.render.xhtml.migration.macro that implement BatchableWorkSource | |
|---|---|
class |
SearchResultsBatchWorkSource<T>
Provides a worksource from a searchQuery, the query should return searchResults that can be converted ContentEntityObjects |
| Uses of BatchableWorkSource in com.atlassian.confluence.content.render.xhtml.migration.tasks |
|---|
| Constructors in com.atlassian.confluence.content.render.xhtml.migration.tasks with parameters of type BatchableWorkSource | |
|---|---|
ContentEntityMigrationTaskWrapper(ExceptionReport report,
ContentDao contentDao,
BatchableWorkSource<ContentEntityObject> workSource,
ContentEntityMigrationBatchTask batchTask,
com.atlassian.cache.CacheManager cacheManager,
ContentEntityMigrationTaskWrapper.LoggingCallback loggingCallback)
Constructor exposed for unit tests. |
|
ContentEntityMigrationTaskWrapper(ExceptionTolerantMigrator migrator,
ExceptionReport report,
ContentDao contentDao,
BatchableWorkSource<ContentEntityObject> workSource,
com.atlassian.cache.CacheManager cacheManager,
String versionComment,
ContentEntityMigrationTaskWrapper.LoggingCallback loggingCallback)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||