Uses of Interface
com.atlassian.confluence.content.render.xhtml.migration.BatchableWorkSource
-
-
Uses of BatchableWorkSource in com.atlassian.confluence.content.render.xhtml.migration
Classes in com.atlassian.confluence.content.render.xhtml.migration that implement BatchableWorkSource Modifier and Type Class Description classContentWithTasksWorkSourceA work source that provides batches ofContentEntityObjects that have XHTML formatted bodies.classLatestVersionXhtmlContentWorkSourceA work source that provides batches ofContentEntityObjects that have XHTML formatted bodies.classOrderedEntityObjectBatchableWorkSource<T extends com.atlassian.core.bean.EntityObject>ABatchableWorkSourceimplementation which retrieves batches ofEntityObjects by ordering the entities by their IDs.classWikiMarkupContentEntityObjectMigrationWorkSourceSource that provides batches ofContentEntityObjects that require migration.classXhtmlContentWorkSourceA work source that provides batches ofContentEntityObjects that have XHTML formatted bodies.classXhtmlSpaceDescriptionsWorkSourceA work source that provides batches ofSpaceDescriptions with BodyContent of typeBodyType.XHTMLMethods in com.atlassian.confluence.content.render.xhtml.migration with parameters of type BatchableWorkSource Modifier and Type Method Description 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.Constructors in com.atlassian.confluence.content.render.xhtml.migration with parameters of type BatchableWorkSource Constructor Description DefaultSiteMigrator(int numberOfThreads, org.hibernate.SessionFactory sessionFactory, org.springframework.transaction.PlatformTransactionManager transactionManager, ContentDao 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 BatchableWorkSource Modifier and Type Class Description classSearchResultsBatchWorkSource<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
-