Uses of Interface
com.atlassian.confluence.content.render.xhtml.migration.ExceptionTolerantMigrator
-
-
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 Constructor Description ContentBodyConversionManagerImpl(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 ExceptionTolerantMigrator Constructor Description 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 Modifier and Type Class Description classAbstractExceptionTolerantMigratorA 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.classWikiToXhtmlMigratorConvert wiki formatted text to the XHTML format used for storage from Confluence 4.0.classXhtmlRoundTripMigratorMigrate 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 Modifier and Type Method Description SiteMigratorSiteMigratorFactory. createWikiToXhtmlPageTemplateSiteMigrator(ExceptionTolerantMigrator migrator)DefaultSiteMigratorSiteMigratorFactory. createWikiToXhtmlSiteMigrator(ExceptionTolerantMigrator migrator)SiteMigratorSiteMigratorFactory. createXhtmlRoundTripPageTemplateSiteMigrator(ExceptionTolerantMigrator migrator)SiteMigratorSiteMigratorFactory. createXhtmlRoundTripSiteMigrator(ExceptionTolerantMigrator migrator)Constructors in com.atlassian.confluence.content.render.xhtml.migration with parameters of type ExceptionTolerantMigrator Constructor Description DefaultSiteMigrator(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 ExceptionTolerantMigrator Constructor Description ContentEntityMigrationBatchTask(ExceptionTolerantMigrator migrator, ContentDao contentDao, String versionComment) -
Uses of ExceptionTolerantMigrator in com.atlassian.confluence.content.render.xhtml.migration.tasks
-
Uses of ExceptionTolerantMigrator in com.atlassian.confluence.impl.content
Constructors in com.atlassian.confluence.impl.content with parameters of type ExceptionTolerantMigrator Constructor Description DefaultPageManager(PageDaoInternal pageDao, AttachmentManager attachmentManager, 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, LinksUpdater linksUpdater, SpacePermissionManager spacePermissionManager, org.springframework.transaction.PlatformTransactionManager transactionManager, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker, ContentReconciliationManager reconciliationManager, UpdateAttachmentsOnFilesystemOnPageMoveHandler updateAttachmentsOnFilesystemOnPageMoveHandler, org.hibernate.SessionFactory sessionFactory)Deprecated.since 7.19.6DefaultPageManager(PageDaoInternal pageDao, AttachmentManager attachmentManager, 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, LinksUpdater linksUpdater, SpacePermissionManager spacePermissionManager, org.springframework.transaction.PlatformTransactionManager transactionManager, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker, ContentReconciliationManager reconciliationManager, UpdateAttachmentsOnFilesystemOnPageMoveHandler updateAttachmentsOnFilesystemOnPageMoveHandler, org.hibernate.SessionFactory sessionFactory, ContentPropertyService contentPropertyService) -
Uses of ExceptionTolerantMigrator in com.atlassian.confluence.impl.content.render.xhtml
Constructors in com.atlassian.confluence.impl.content.render.xhtml with parameters of type ExceptionTolerantMigrator Constructor Description WikiToStorageConverterImpl(ExceptionTolerantMigrator wikiToXhtmlMigrator) -
Uses of ExceptionTolerantMigrator in com.atlassian.confluence.macro.xhtml
Classes in com.atlassian.confluence.macro.xhtml that implement ExceptionTolerantMigrator Modifier and Type Class Description classXhtmlWikiMarkupMacroMigratorA 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 Constructor Description 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 Modifier and Type Method Description voidWikiSoapService. setWikiToXhtmlMigrator(ExceptionTolerantMigrator wikiToXhtmlMigrator)voidXhtmlSoapService. setWikiToXhtmlMigrator(ExceptionTolerantMigrator wikiToXhtmlMigrator)voidXhtmlSoapService. setXhtmlRoundTripMigrator(ExceptionTolerantMigrator xhtmlRoundTripMigrator)
-