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

Packages that use ExceptionTolerantMigrator
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.rpc.soap   
 

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 WikiToXhtmlMigrator
           Convert wiki formatted text to the XHTML format used for storage from Confluence 4.0.
 

Constructors in com.atlassian.confluence.content.render.xhtml.migration with parameters of type ExceptionTolerantMigrator
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)
           
PageTemplateWikiToXhtmlSiteMigrator(int numberOfThreads, org.springframework.transaction.PlatformTransactionManager transactionManager, org.quartz.Scheduler scheduler, ExceptionTolerantMigrator migrator, PageTemplateDao pageTemplateDao, PageTemplateManager pageTemplateManager)
          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, 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, String versionComment, ContentEntityMigrationTaskWrapper.LoggingCallback loggingCallback)
           
PageTemplateMigratorTask(ExceptionTolerantMigrator migrator, PageTemplateDao dao, PageTemplateManager pageTemplateManager, ExceptionReport report)
           
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.rpc.soap
 

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



Copyright © 2003-2013 Atlassian. All Rights Reserved.