Uses of Interface
com.atlassian.confluence.content.render.xhtml.migration.ContentDao
-
-
Uses of ContentDao in com.atlassian.confluence.content.render.xhtml.migration
Classes in com.atlassian.confluence.content.render.xhtml.migration that implement ContentDao Modifier and Type Class Description class
DefaultContentDao
Generic DAO for hibernate objects.Constructors in com.atlassian.confluence.content.render.xhtml.migration with parameters of type ContentDao 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)
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)
XhtmlContentWorkSource(ContentDao contentDao, int batchSize)
XhtmlMigrationLinkResolver(ContentDao contentDao, GlobalSettingsManager settingsManager, ConfluenceUserResolver confluenceUserResolver, PermissionManager permissionManager)
XhtmlSpaceDescriptionsWorkSource(ContentDao contentDao, int batchSize)
-
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 ContentDao Constructor Description ContentEntityMigrationBatchTask(ExceptionTolerantMigrator migrator, ContentDao contentDao, String versionComment)
MacroMigrationService(XhtmlWikiMarkupMacroMigrator migrator, SearchManager searchManager, ContentDao contentDao, LongRunningTaskManager longRunningTaskManager, org.springframework.transaction.PlatformTransactionManager platformTransactionManager, com.atlassian.bandana.BandanaManager bandanaManager, ConfluenceIndexer indexer)
-
Uses of ContentDao in com.atlassian.confluence.content.render.xhtml.migration.tasks
-
Uses of ContentDao in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
Constructors in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers with parameters of type ContentDao Constructor Description ContentEntityResourceIdentifierResolver(ContentDao contentDao)
-
Uses of ContentDao in com.atlassian.confluence.internal.content.render.xhtml.migration
Subinterfaces of ContentDao in com.atlassian.confluence.internal.content.render.xhtml.migration Modifier and Type Interface Description interface
ContentDaoInternal
DAO to allow us to load content objects by id for migration. -
Uses of ContentDao in com.atlassian.confluence.upgrade.upgradetask
Constructors in com.atlassian.confluence.upgrade.upgradetask with parameters of type ContentDao Constructor Description ConvertToRelativeLinksTask(ContentDao contentDao, XhtmlLinksUpdater linksUpdater)
-