Uses of Interface
com.atlassian.confluence.content.render.xhtml.migration.ExceptionTolerantMigrator
Packages that use ExceptionTolerantMigrator
Package
Description
- 
Uses of ExceptionTolerantMigrator in com.atlassian.confluence.api.impl.service.contentConstructors in com.atlassian.confluence.api.impl.service.content with parameters of type ExceptionTolerantMigratorModifierConstructorDescriptionContentBodyConversionManagerImpl(FormatConverter formatConverter, ExceptionTolerantMigrator xhtmlRoundTripMigrator, WikiToXhtmlMigrator wikiToXhtmlMigrator, Renderer viewRenderer, TemplateRenderer templateRenderer, I18NBeanFactory i18nBeanFactory, WebResourceDependenciesRecorder webResourceDependenciesRecorder, WebResourceDependenciesFactory resourceDependenciesFactory, org.springframework.transaction.PlatformTransactionManager transactionManager) 
- 
Uses of ExceptionTolerantMigrator in com.atlassian.confluence.content.render.xhtmlConstructors in com.atlassian.confluence.content.render.xhtml with parameters of type ExceptionTolerantMigratorModifierConstructorDescriptionDefaultXhtmlContent(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.migrationClasses in com.atlassian.confluence.content.render.xhtml.migration that implement ExceptionTolerantMigratorModifier and TypeClassDescriptionclassA partial implementation ofExceptionTolerantMigratorwhich provides a default implementation of the deprecatedAbstractExceptionTolerantMigrator.migrate(String, com.atlassian.renderer.RenderContext, java.util.List)method, which delegates to themigrate(String, com.atlassian.confluence.content.render.xhtml.ConversionContext)method.classConvert wiki formatted text to the XHTML format used for storage from Confluence 4.0.classMigrate 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 ExceptionTolerantMigratorModifier and TypeMethodDescriptionSiteMigratorFactory.createWikiToXhtmlPageTemplateSiteMigrator(ExceptionTolerantMigrator migrator) SiteMigratorFactory.createWikiToXhtmlSiteMigrator(ExceptionTolerantMigrator migrator) SiteMigratorFactory.createXhtmlRoundTripPageTemplateSiteMigrator(ExceptionTolerantMigrator migrator) SiteMigratorFactory.createXhtmlRoundTripSiteMigrator(ExceptionTolerantMigrator migrator) Constructors in com.atlassian.confluence.content.render.xhtml.migration with parameters of type ExceptionTolerantMigratorModifierConstructorDescriptionDefaultSiteMigrator(int numberOfThreads, org.hibernate.SessionFactory sessionFactory, org.springframework.transaction.PlatformTransactionManager transactionManager, ContentDao contentDao, ExceptionTolerantMigrator migrator, CacheFlusher cacheFlusher, BatchableWorkSource<ContentEntityObject> workSource, String versionCommentProperty, String defaultVersionCommment, com.atlassian.scheduler.core.LifecycleAwareSchedulerService lifecycleAwareSchedulerService) PageTemplateSiteMigrator(int numberOfThreads, org.springframework.transaction.PlatformTransactionManager transactionManager, ExceptionTolerantMigrator migrator, PageTemplateDao pageTemplateDao, PageTemplateManager pageTemplateManager, com.atlassian.scheduler.core.LifecycleAwareSchedulerService lifecycleAwareSchedulerService, Predicate<PageTemplate> pageTemplateMigrationSelector) The size of each batch.
- 
Uses of ExceptionTolerantMigrator in com.atlassian.confluence.content.render.xhtml.migration.macroConstructors in com.atlassian.confluence.content.render.xhtml.migration.macro with parameters of type ExceptionTolerantMigratorModifierConstructorDescriptionContentEntityMigrationBatchTask(ExceptionTolerantMigrator migrator, ContentDao contentDao, String versionComment) 
- 
Uses of ExceptionTolerantMigrator in com.atlassian.confluence.content.render.xhtml.migration.tasksConstructors in com.atlassian.confluence.content.render.xhtml.migration.tasks with parameters of type ExceptionTolerantMigratorModifierConstructorDescriptionPageTemplateMigratorTask(ExceptionTolerantMigrator migrator, PageTemplateDao dao, PageTemplateManager pageTemplateManager, ExceptionReport report, Predicate<PageTemplate> migrationCandidateSelector) SettingsMigratorTask(SettingsManager settingsManager, ExceptionTolerantMigrator migrator, ExceptionReport report) 
- 
Uses of ExceptionTolerantMigrator in com.atlassian.confluence.impl.contentConstructors in com.atlassian.confluence.impl.content with parameters of type ExceptionTolerantMigratorModifierConstructorDescriptionDefaultPageManager(PageDaoInternal pageDao, ContentEntityObjectDaoInternal contentEntityObjectDao, HibernateSessionManager5 hibernateSessionManager5, WikiToStorageConverter wikiToStorageConverter, com.atlassian.event.api.EventPublisher eventPublisher, BlogPostDao blogPostDao, AbstractPageDaoInternal abstractPageDao, SpaceDao spaceDao, ContentPropertyManager contentPropertyManager, PermissionManager permissionManager, LoginManager loginManager, ExceptionTolerantMigrator revertedContentMigrator, CollaborativeEditingHelper collaborativeEditingHelper, RelationManager relationManager, SpacePermissionQueryManager spacePermissionQueryManager, ContentPermissionManager contentPermissionManager, com.atlassian.beehive.ClusterLockService clusterLockService, org.springframework.transaction.PlatformTransactionManager transactionManager, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker, ContentReconciliationManager reconciliationManager, UpdateAttachmentsOnFilesystemOnPageMoveHandler updateAttachmentsOnFilesystemOnPageMoveHandler, org.hibernate.SessionFactory sessionFactory, NotificationManager notificationManager, Function<PageManagerInternal, BulkPageCopy> bulkPageCopyFactory, Function<PageManagerInternal, BulkPageDelete> bulkPageDeleteFactory, User2ContentHibernateRelationDao user2ContentHibernateRelationDao) 
- 
Uses of ExceptionTolerantMigrator in com.atlassian.confluence.impl.content.render.xhtmlConstructors in com.atlassian.confluence.impl.content.render.xhtml with parameters of type ExceptionTolerantMigratorModifierConstructorDescriptionWikiToStorageConverterImpl(ExceptionTolerantMigrator wikiToXhtmlMigrator) 
- 
Uses of ExceptionTolerantMigrator in com.atlassian.confluence.macro.xhtmlClasses in com.atlassian.confluence.macro.xhtml that implement ExceptionTolerantMigratorModifier and TypeClassDescriptionclassA 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 ExceptionTolerantMigratorModifierConstructorDescriptionXhtmlWikiMarkupMacroMigrator(XhtmlContent xhtmlContent, ExceptionTolerantMigrator delegateMigrator) 
- 
Uses of ExceptionTolerantMigrator in com.atlassian.confluence.rpc.soapMethods in com.atlassian.confluence.rpc.soap with parameters of type ExceptionTolerantMigratorModifier and TypeMethodDescriptionvoidWikiSoapService.setWikiToXhtmlMigrator(ExceptionTolerantMigrator wikiToXhtmlMigrator) voidXhtmlSoapService.setWikiToXhtmlMigrator(ExceptionTolerantMigrator wikiToXhtmlMigrator) voidXhtmlSoapService.setXhtmlRoundTripMigrator(ExceptionTolerantMigrator xhtmlRoundTripMigrator)