Uses of Interface
com.atlassian.confluence.content.render.xhtml.migration.BatchableWorkSource
Packages that use BatchableWorkSource
Package
Description
-
Uses of BatchableWorkSource in com.atlassian.confluence.content.render.xhtml.migration
Classes in com.atlassian.confluence.content.render.xhtml.migration that implement BatchableWorkSourceModifier and TypeClassDescriptionclass
A work source that provides batches ofContentEntityObject
s that have XHTML formatted bodies.class
A work source that provides batches ofContentEntityObject
s that have XHTML formatted bodies.class
OrderedEntityObjectBatchableWorkSource<T extends com.atlassian.core.bean.EntityObject>
ABatchableWorkSource
implementation which retrieves batches ofEntityObject
s by ordering the entities by their IDs.class
Source that provides batches ofContentEntityObject
s that require migration.Methods in com.atlassian.confluence.content.render.xhtml.migration with parameters of type BatchableWorkSourceModifier 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.Constructors in com.atlassian.confluence.content.render.xhtml.migration with parameters of type BatchableWorkSourceModifierConstructorDescriptionDefaultSiteMigrator
(int numberOfThreads, org.hibernate.SessionFactory sessionFactory, org.springframework.transaction.PlatformTransactionManager transactionManager, ContentEntityObjectDao contentDao, ExceptionTolerantMigrator migrator, CacheFlusher cacheFlusher, BatchableWorkSource<ContentEntityObject> workSource, String versionCommentProperty, String defaultVersionCommment, com.atlassian.scheduler.core.LifecycleAwareSchedulerService lifecycleAwareSchedulerService) -
Uses of BatchableWorkSource in com.atlassian.confluence.content.render.xhtml.migration.macro
Classes in com.atlassian.confluence.content.render.xhtml.migration.macro that implement BatchableWorkSourceModifier and TypeClassDescriptionclass
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 BatchableWorkSourceModifierConstructorDescriptionContentEntityMigrationTaskWrapper
(ExceptionReport report, BatchableWorkSource<ContentEntityObject> workSource, ContentEntityMigrationBatchTask batchTask, ContentEntityMigrationTaskWrapper.LoggingCallback loggingCallback, org.hibernate.SessionFactory sessionFactory)