Uses of Interface
com.atlassian.confluence.content.render.xhtml.migration.BatchableWorkSource

Packages that use BatchableWorkSource
com.atlassian.confluence.content.render.xhtml.migration   
com.atlassian.confluence.content.render.xhtml.migration.macro   
com.atlassian.confluence.content.render.xhtml.migration.tasks   
 

Uses of BatchableWorkSource in com.atlassian.confluence.content.render.xhtml.migration
 

Classes in com.atlassian.confluence.content.render.xhtml.migration that implement BatchableWorkSource
 class AbstractOrderedEntityObjectBatchableWorkSource<T extends EntityObject>
          Deprecated. Since 5.3 Use OrderedEntityObjectBatchableWorkSource.
 class LatestVersionXhtmlContentWorkSource
           A work source that provides batches of ContentEntityObjects that have XHTML formatted bodies.
 class OrderedEntityObjectBatchableWorkSource<T extends EntityObject>
          A BatchableWorkSource implementation which retrieves batches of EntityObjects by ordering the entities by their IDs.
 class WikiMarkupContentEntityObjectMigrationWorkSource
          Source that provides batches of ContentEntityObjects that require migration.
 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
 java.util.List<java.lang.Exception> WorkSourceBatchRunner.run(BatchableWorkSource<T> workSource, BatchTask<T> task)
          Begin executing against all the work in the supplied work source.
protected  java.util.List<java.lang.Exception> WorkSourceBatchRunner.run(BatchableWorkSource<T> workSource, BatchTask<T> task, java.util.concurrent.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
DefaultSiteMigrator(int numberOfThreads, org.springframework.transaction.PlatformTransactionManager transactionManager, org.quartz.Scheduler scheduler, ContentDao contentDao, ExceptionTolerantMigrator migrator, com.atlassian.cache.CacheManager cacheManager, BatchableWorkSource<ContentEntityObject> workSource, java.lang.String versionCommentProperty, java.lang.String defaultVersionCommment)
           
 

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(ExceptionTolerantMigrator migrator, ExceptionReport report, ContentDao contentDao, BatchableWorkSource<ContentEntityObject> workSource, com.atlassian.cache.CacheManager cacheManager, java.lang.String versionComment, ContentEntityMigrationTaskWrapper.LoggingCallback loggingCallback)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.