Constructor and Description |
---|
ContentBodyConversionServiceImpl(FormatConverter formatConverter,
ContentEntityManagerInternal contentEntityManager,
ExceptionTolerantMigrator xhtmlRoundTripMigrator,
WikiToXhtmlMigrator wikiToXhtmlMigrator,
Renderer viewRenderer,
SettingsManager settingsManager) |
Constructor and 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) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
SiteMigrator |
SiteMigratorFactory.createWikiToXhtmlPageTemplateSiteMigrator(ExceptionTolerantMigrator migrator) |
DefaultSiteMigrator |
SiteMigratorFactory.createWikiToXhtmlSiteMigrator(ExceptionTolerantMigrator migrator) |
SiteMigrator |
SiteMigratorFactory.createXhtmlRoundTripPageTemplateSiteMigrator(ExceptionTolerantMigrator migrator) |
SiteMigrator |
SiteMigratorFactory.createXhtmlRoundTripSiteMigrator(ExceptionTolerantMigrator migrator) |
Constructor and Description |
---|
DefaultSiteMigrator(int numberOfThreads,
org.springframework.transaction.PlatformTransactionManager transactionManager,
org.quartz.Scheduler scheduler,
ContentDao contentDao,
ExceptionTolerantMigrator migrator,
com.atlassian.cache.CacheManager cacheManager,
BatchableWorkSource<ContentEntityObject> workSource,
String versionCommentProperty,
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.
|
Constructor and Description |
---|
ContentEntityMigrationBatchTask(ExceptionTolerantMigrator migrator,
ContentDao contentDao,
String versionComment) |
Constructor and Description |
---|
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,
com.google.common.base.Predicate<PageTemplate> migrationCandidateSelector) |
SettingsMigratorTask(SettingsManager settingsManager,
ExceptionTolerantMigrator migrator,
ExceptionReport report) |
Modifier and Type | Class and Description |
---|---|
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.
|
Constructor and Description |
---|
XhtmlWikiMarkupMacroMigrator(XhtmlContent xhtmlContent,
ExceptionTolerantMigrator delegateMigrator) |
Constructor and Description |
---|
DefaultPageManager(PageDao pageDao,
LinkManager linkManager,
ConfluenceIndexer indexer,
LabelManager labelManager,
AttachmentManager attachmentManager,
HibernateSessionManager hibernateSessionManager,
com.google.common.base.Supplier<XhtmlContent> xhtmlContent,
com.atlassian.event.api.EventPublisher eventPublisher,
NotificationManager notificationManager,
BlogPostDao blogPostDao,
AbstractPageDao abstractPageDao,
SpaceDao spaceDao,
ContentPropertyManager contentPropertyManager,
com.google.common.base.Supplier<PermissionManager> permissionManager,
ChangeIndexer changeIndexer,
LoginManager loginManager,
com.google.common.base.Supplier<ExceptionTolerantMigrator> revertedContentMigrator) |
Modifier and Type | Method and Description |
---|---|
void |
XhtmlSoapService.setWikiToXhtmlMigrator(ExceptionTolerantMigrator wikiToXhtmlMigrator) |
void |
WikiSoapService.setWikiToXhtmlMigrator(ExceptionTolerantMigrator wikiToXhtmlMigrator) |
void |
XhtmlSoapService.setXhtmlRoundTripMigrator(ExceptionTolerantMigrator xhtmlRoundTripMigrator) |
Copyright © 2003–2015 Atlassian. All rights reserved.