Uses of Interface
com.atlassian.confluence.content.render.xhtml.migration.BatchableWorkSource
Package
Description
-
Uses of BatchableWorkSource in com.atlassian.confluence.content.render.xhtml.migration
Modifier 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.Modifier 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.ModifierConstructorDescriptionDefaultSiteMigrator
(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
Modifier 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
ModifierConstructorDescriptionContentEntityMigrationTaskWrapper
(ExceptionReport report, BatchableWorkSource<ContentEntityObject> workSource, ContentEntityMigrationBatchTask batchTask, ContentEntityMigrationTaskWrapper.LoggingCallback loggingCallback, org.hibernate.SessionFactory sessionFactory)