Uses of Interface
com.atlassian.confluence.content.render.xhtml.migration.ContentDao
Package
Description
-
Uses of ContentDao in com.atlassian.confluence.content.render.xhtml.migration
ModifierConstructorDescriptionLatestVersionXhtmlContentWorkSource
(ContentDao contentDao, int batchSize) SiteMigratorFactory
(org.hibernate.SessionFactory sessionFactory, org.springframework.transaction.PlatformTransactionManager transactionManager, ContentDao contentDao, ContentEntityObjectDao contentEntityObjectDao, 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.internal.content.render.xhtml.migration
Modifier and TypeInterfaceDescriptioninterface
DAO to allow us to load content objects by id for migration.