|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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,
FragmentTransformer storageToViewFragmentTransformer,
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)
|
|
| 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,
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||