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
ContentEntityObjectMigrationWorkSource(ContentDao contentDao, int batchSize)
           
DefaultWikiToXhtmlSiteMigrator(int batchSize, int numberOfThreads, org.springframework.transaction.PlatformTransactionManager transactionManager, org.quartz.Scheduler scheduler, ContentDao contentDao, ExceptionTolerantMigrator migrator, PageTemplateDao pageTemplateDao, SettingsManager settingsManager, com.atlassian.cache.CacheManager cacheManager)
           
LatestVersionXhtmlContentWorkSource(ContentDao contentDao, int batchSize)
           
XhtmlContentWorkSource(ContentDao contentDao, int batchSize)
           
XhtmlMigrationLinkResolver(ContentDao contentDao, SettingsManager settingsManager, ResourceIdentifierFactory resourceIdentifierFactory)
           
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, 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
 

Constructors in com.atlassian.confluence.content.render.xhtml.migration.tasks with parameters of type ContentDao
ContentEntityMigrationTaskWrapper(ExceptionReport report, ContentDao contentDao, BatchableWorkSource<ContentEntityObject> workSource, ContentEntityMigrationBatchTask batchTask, com.atlassian.cache.CacheManager cacheManager, ContentEntityMigrationTaskWrapper.LoggingCallback loggingCallback)
          Constructor exposed for unit tests.
ContentEntityMigrationTaskWrapper(ExceptionTolerantMigrator migrator, ExceptionReport report, ContentDao contentDao, BatchableWorkSource<ContentEntityObject> workSource, com.atlassian.cache.CacheManager cacheManager, 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
BodyTypeUpgradeTask(ContentDao contentDao, org.springframework.transaction.PlatformTransactionManager transactionManager, net.sf.hibernate.SessionFactory sessionFactory)
           
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)
           
TableStyleRemovalUpgradeTask(org.springframework.transaction.PlatformTransactionManager transactionManager, ContentDao contentDao, XMLOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, XMLEventFactory xmlEventFactory, String configuredBuildNumber)
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.