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.content
Constructors 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.xhtml
Constructors 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.migration
Classes in com.atlassian.confluence.content.render.xhtml.migration that implement ExceptionTolerantMigratorModifier and TypeClassDescriptionclass
A partial implementation ofExceptionTolerantMigrator
which 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.class
Convert wiki formatted text to the XHTML format used for storage from Confluence 4.0.class
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 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.macro
Constructors 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.tasks
Constructors 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.content
Constructors 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.xhtml
Constructors in com.atlassian.confluence.impl.content.render.xhtml with parameters of type ExceptionTolerantMigratorModifierConstructorDescriptionWikiToStorageConverterImpl
(ExceptionTolerantMigrator wikiToXhtmlMigrator) -
Uses of ExceptionTolerantMigrator in com.atlassian.confluence.macro.xhtml
Classes in com.atlassian.confluence.macro.xhtml that implement ExceptionTolerantMigratorModifier and TypeClassDescriptionclass
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 ExceptionTolerantMigratorModifierConstructorDescriptionXhtmlWikiMarkupMacroMigrator
(XhtmlContent xhtmlContent, ExceptionTolerantMigrator delegateMigrator) -
Uses of ExceptionTolerantMigrator in com.atlassian.confluence.rpc.soap
Methods in com.atlassian.confluence.rpc.soap with parameters of type ExceptionTolerantMigratorModifier and TypeMethodDescriptionvoid
WikiSoapService.setWikiToXhtmlMigrator
(ExceptionTolerantMigrator wikiToXhtmlMigrator) void
XhtmlSoapService.setWikiToXhtmlMigrator
(ExceptionTolerantMigrator wikiToXhtmlMigrator) void
XhtmlSoapService.setXhtmlRoundTripMigrator
(ExceptionTolerantMigrator xhtmlRoundTripMigrator)