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

Packages that use ExceptionTolerantMigrator
com.atlassian.confluence.api.impl.service.content   
com.atlassian.confluence.content.render.xhtml   
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.macro.xhtml   
com.atlassian.confluence.pages   
com.atlassian.confluence.rpc.soap   
 

Uses of ExceptionTolerantMigrator in com.atlassian.confluence.api.impl.service.content
 

Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type ExceptionTolerantMigrator
ContentBodyConversionServiceImpl(FormatConverter formatConverter, ContentEntityManagerInternal contentEntityManager, ExceptionTolerantMigrator xhtmlRoundTripMigrator, WikiToXhtmlMigrator wikiToXhtmlMigrator, Renderer viewRenderer, SettingsManager settingsManager)
           
 

Uses of ExceptionTolerantMigrator in com.atlassian.confluence.content.render.xhtml
 

Constructors in com.atlassian.confluence.content.render.xhtml with parameters of type ExceptionTolerantMigrator
DefaultXhtmlContent(Marshaller<MacroDefinition> viewMacroMarshaller, Marshaller<MacroDefinition> storageMacroMarshaller, Marshaller<Link> viewLinkMarshaller, Marshaller<Link> storageLinkMarshaller, Marshaller<EmbeddedImage> viewEmbeddedImageMarshaller, Marshaller<EmbeddedImage> storageEmbeddedImageMarshaller, Marshaller<InlineTaskList> viewInlineTaskMarshaller, Marshaller<InlineTaskList> storageInlineTaskMarshaller, Renderer viewRenderer, XmlEventReaderFactory xmlEventReaderFactory, ContentTransformerFactory contentTransformerFactory, ExceptionTolerantMigrator wikiToXhtmlMigrator)
           
 

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

Classes in com.atlassian.confluence.content.render.xhtml.migration that implement ExceptionTolerantMigrator
 class AbstractExceptionTolerantMigrator
          A partial implementation of ExceptionTolerantMigrator which provides a default implementation of the deprecated AbstractExceptionTolerantMigrator.migrate(String, com.atlassian.renderer.RenderContext, java.util.List) method, which delegates to the migrate(String, com.atlassian.confluence.content.render.xhtml.ConversionContext) method.
 class WikiToXhtmlMigrator
           Convert wiki formatted text to the XHTML format used for storage from Confluence 4.0.
 class XhtmlRoundTripMigrator
          Migrate content to the current storage format using a simple storage to storage fragment transformer.
 

Methods in com.atlassian.confluence.content.render.xhtml.migration with parameters of type ExceptionTolerantMigrator
 SiteMigrator SiteMigratorFactory.createWikiToXhtmlPageTemplateSiteMigrator(ExceptionTolerantMigrator migrator)
           
 DefaultSiteMigrator SiteMigratorFactory.createWikiToXhtmlSiteMigrator(ExceptionTolerantMigrator migrator)
           
 SiteMigrator SiteMigratorFactory.createXhtmlRoundTripPageTemplateSiteMigrator(ExceptionTolerantMigrator migrator)
           
 SiteMigrator SiteMigratorFactory.createXhtmlRoundTripSiteMigrator(ExceptionTolerantMigrator migrator)
           
 

Constructors in com.atlassian.confluence.content.render.xhtml.migration with parameters of type ExceptionTolerantMigrator
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)
           
PageTemplateSiteMigrator(int numberOfThreads, org.springframework.transaction.PlatformTransactionManager transactionManager, org.quartz.Scheduler scheduler, ExceptionTolerantMigrator migrator, PageTemplateDao pageTemplateDao, PageTemplateManager pageTemplateManager, com.google.common.base.Predicate<PageTemplate> pageTemplateMigrationSelector)
          The size of each batch.
 

Uses of ExceptionTolerantMigrator in com.atlassian.confluence.content.render.xhtml.migration.macro
 

Constructors in com.atlassian.confluence.content.render.xhtml.migration.macro with parameters of type ExceptionTolerantMigrator
ContentEntityMigrationBatchTask(ExceptionTolerantMigrator migrator, ContentDao contentDao, java.lang.String versionComment)
           
 

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

Constructors in com.atlassian.confluence.content.render.xhtml.migration.tasks with parameters of type ExceptionTolerantMigrator
ContentEntityMigrationTaskWrapper(ExceptionTolerantMigrator migrator, ExceptionReport report, ContentDao contentDao, BatchableWorkSource<ContentEntityObject> workSource, com.atlassian.cache.CacheManager cacheManager, java.lang.String versionComment, ContentEntityMigrationTaskWrapper.LoggingCallback loggingCallback)
           
PageTemplateMigratorTask(ExceptionTolerantMigrator migrator, PageTemplateDao dao, PageTemplateManager pageTemplateManager, ExceptionReport report, com.google.common.base.Predicate<PageTemplate> migrationCandidateSelector)
           
SettingsMigratorTask(SettingsManager settingsManager, ExceptionTolerantMigrator migrator, ExceptionReport report)
           
 

Uses of ExceptionTolerantMigrator in com.atlassian.confluence.macro.xhtml
 

Classes in com.atlassian.confluence.macro.xhtml that implement ExceptionTolerantMigrator
 class XhtmlWikiMarkupMacroMigrator
           A Migrator that accepts storage format XHTML and will attempt to convert any instances of unmigrated-wiki-markup macros found to be direct storage XHTML format and therefore replacing the unmigrated-wiki-markup block.
 

Constructors in com.atlassian.confluence.macro.xhtml with parameters of type ExceptionTolerantMigrator
XhtmlWikiMarkupMacroMigrator(XhtmlContent xhtmlContent, ExceptionTolerantMigrator delegateMigrator)
           
 

Uses of ExceptionTolerantMigrator in com.atlassian.confluence.pages
 

Method parameters in com.atlassian.confluence.pages with type arguments of type ExceptionTolerantMigrator
 void DefaultPageManager.setRevertedContentMigratorRef(com.atlassian.util.concurrent.Supplier<ExceptionTolerantMigrator> migratorRef)
           
 

Uses of ExceptionTolerantMigrator in com.atlassian.confluence.rpc.soap
 

Methods in com.atlassian.confluence.rpc.soap with parameters of type ExceptionTolerantMigrator
 void XhtmlSoapService.setWikiToXhtmlMigrator(ExceptionTolerantMigrator wikiToXhtmlMigrator)
           
 void WikiSoapService.setWikiToXhtmlMigrator(ExceptionTolerantMigrator wikiToXhtmlMigrator)
           
 void XhtmlSoapService.setXhtmlRoundTripMigrator(ExceptionTolerantMigrator xhtmlRoundTripMigrator)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.