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

Packages that use ContentDao
com.atlassian.confluence.content.render.xhtml.migration   
com.atlassian.confluence.content.render.xhtml.migration.macro   
com.atlassian.confluence.content.render.xhtml.migration.tasks   
com.atlassian.confluence.content.render.xhtml.model.resource.identifiers   
com.atlassian.confluence.upgrade.upgradetask   
 

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

Classes in com.atlassian.confluence.content.render.xhtml.migration that implement ContentDao
 class DefaultContentDao
          
 

Constructors in com.atlassian.confluence.content.render.xhtml.migration with parameters of type ContentDao
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)
           
LatestVersionXhtmlContentWorkSource(ContentDao contentDao, int batchSize)
           
SiteMigratorFactory(org.springframework.transaction.PlatformTransactionManager transactionManager, ContentDao contentDao, com.atlassian.cache.CacheManager cacheManager, org.quartz.Scheduler scheduler, PageTemplateDao pageTemplateDao, PageTemplateManager pageTemplateManager)
          Deprecated. Since 5.3.1 Use SiteMigratorFactory.SiteMigratorFactory(org.springframework.transaction.PlatformTransactionManager, ContentDao, com.atlassian.cache.CacheManager, org.quartz.Scheduler, com.atlassian.confluence.pages.templates.persistence.dao.PageTemplateDao, com.atlassian.confluence.pages.templates.PageTemplateManager, com.atlassian.config.db.HibernateConfig)
SiteMigratorFactory(org.springframework.transaction.PlatformTransactionManager transactionManager, ContentDao contentDao, com.atlassian.cache.CacheManager cacheManager, org.quartz.Scheduler scheduler, PageTemplateDao pageTemplateDao, PageTemplateManager pageTemplateManager, com.atlassian.config.db.HibernateConfig hibernateConfig)
           
WikiMarkupContentEntityObjectMigrationWorkSource(ContentDao contentDao, int batchSize)
           
WikiMarkupContentEntityObjectMigrationWorkSource(ContentDao contentDao, int batchSize, int contentCount)
           
XhtmlContentWorkSource(ContentDao contentDao, int batchSize)
           
XhtmlMigrationLinkResolver(ContentDao contentDao, SettingsManager settingsManager, UserAccessor userAccessor)
           
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
ContentEntityMigrationBatchTask(ExceptionTolerantMigrator migrator, ContentDao contentDao, java.lang.String versionComment)
           
JiraIssueMacroServerParamsMigrator(SearchManager searchManager, org.springframework.transaction.PlatformTransactionManager platformTransactionManager, ContentDao contentDao, XhtmlContent xhtmlContent, com.atlassian.applinks.api.ApplicationLinkService applinkService)
           
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
 

Constructors in com.atlassian.confluence.content.render.xhtml.migration.tasks with parameters of type ContentDao
ContentEntityMigrationTaskWrapper(ExceptionTolerantMigrator migrator, ExceptionReport report, ContentDao contentDao, BatchableWorkSource<ContentEntityObject> workSource, com.atlassian.cache.CacheManager cacheManager, java.lang.String versionComment, ContentEntityMigrationTaskWrapper.LoggingCallback loggingCallback)
           
 

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
ContentEntityResourceIdentifierResolver(ContentDao contentDao)
           
 

Uses of ContentDao in com.atlassian.confluence.upgrade.upgradetask
 

Constructors in com.atlassian.confluence.upgrade.upgradetask with parameters of type ContentDao
ChangeSpaceDescriptionsBodyTypeUpgradeTask(org.springframework.transaction.PlatformTransactionManager transactionManager, ContentDao contentDao, BatchTask<ContentEntityObject> batchTask, int applicationConfigBuildNumber)
           
ConvertToRelativeLinksTask(ContentDao contentDao, XhtmlLinksUpdater linksUpdater)
           
ConvertToRelativeLinksUpgradeTask(org.springframework.transaction.PlatformTransactionManager transactionManager, ContentDao contentDao, BatchTask<ContentEntityObject> batchTask, int applicationConfigBuildNumber)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.