Uses of Interface
com.atlassian.confluence.content.render.xhtml.migration.ContentDao
Packages that use ContentDao
Package
Description
-
Uses of ContentDao in com.atlassian.confluence.content.render.xhtml.migration
Classes in com.atlassian.confluence.content.render.xhtml.migration that implement ContentDaoConstructors in com.atlassian.confluence.content.render.xhtml.migration with parameters of type ContentDaoModifierConstructorDescriptionDefaultSiteMigrator
(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) LatestVersionXhtmlContentWorkSource
(ContentDao contentDao, int batchSize) SiteMigratorFactory
(org.hibernate.SessionFactory sessionFactory, org.springframework.transaction.PlatformTransactionManager transactionManager, ContentDao contentDao, CacheFlusher cacheFlusher, PageTemplateDao pageTemplateDao, PageTemplateManager pageTemplateManager, com.atlassian.scheduler.core.LifecycleAwareSchedulerService lifecycleAwareSchedulerService) WikiMarkupContentEntityObjectMigrationWorkSource
(ContentDao contentDao, int batchSize) WikiMarkupContentEntityObjectMigrationWorkSource
(ContentDao contentDao, int batchSize, int contentCount) -
Uses of ContentDao in com.atlassian.confluence.content.render.xhtml.migration.macro
Constructors in com.atlassian.confluence.content.render.xhtml.migration.macro with parameters of type ContentDaoModifierConstructorDescriptionContentEntityMigrationBatchTask
(ExceptionTolerantMigrator migrator, ContentDao contentDao, String versionComment) MacroMigrationService
(XhtmlWikiMarkupMacroMigrator migrator, SearchManager searchManager, ContentDao contentDao, LongRunningTaskManager longRunningTaskManager, org.springframework.transaction.PlatformTransactionManager platformTransactionManager, BandanaManager bandanaManager, ConfluenceIndexer indexer, com.atlassian.beehive.ClusterLockService clusterLockService) -
Uses of ContentDao in com.atlassian.confluence.internal.content.render.xhtml.migration
Subinterfaces of ContentDao in com.atlassian.confluence.internal.content.render.xhtml.migrationModifier and TypeInterfaceDescriptioninterface
DAO to allow us to load content objects by id for migration.