Uses of Class
com.atlassian.confluence.content.render.xhtml.migration.exceptions.ExceptionReport

Packages that use ExceptionReport
com.atlassian.confluence.content.render.xhtml.migration   
com.atlassian.confluence.content.render.xhtml.migration.tasks   
 

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

Methods in com.atlassian.confluence.content.render.xhtml.migration that return ExceptionReport
 ExceptionReport WikiToXhtmlSiteMigrator.migrateSite()
          Migrate the entire site from wiki to Xhtml storage.
 ExceptionReport DefaultWikiToXhtmlSiteMigrator.migrateSite()
           
 

Uses of ExceptionReport in com.atlassian.confluence.content.render.xhtml.migration.tasks
 

Constructors in com.atlassian.confluence.content.render.xhtml.migration.tasks with parameters of type ExceptionReport
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)
           
PageTemplateMigratorTask(ExceptionTolerantMigrator migrator, PageTemplateDao dao, ExceptionReport report)
           
SettingsMigratorTask(SettingsManager settingsManager, ExceptionTolerantMigrator migrator, ExceptionReport report)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.