Uses of Interface
com.atlassian.confluence.impl.macro.schema.MacroSchemaMigrator
- 
- 
Uses of MacroSchemaMigrator in com.atlassian.confluence.content.render.xhtml.storage.macro
Constructors in com.atlassian.confluence.content.render.xhtml.storage.macro with parameters of type MacroSchemaMigrator Constructor Description StorageMacroFragmentTransformerFactory(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, MacroParameterTypeParser macroParameterTypeParser, MacroMetadataManager macroMetadataManager, LinkMarshallingFactory linkMarshallingFactory, MacroManager macroManager, StorageMacroBodyParser storageMacroBodyParser, MacroIdSupplier macroIdSupplier, MacroSchemaMigrator macroSchemaMigrator)StorageMacroV2Marshaller(XmlOutputFactory xmlOutputFactory, MacroMetadataManager macroMetadataManager, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller, Marshaller<Link> linkMarshaller, MacroParameterTypeParser macroParameterTypeParser, MacroIdSupplier macroIdSupplier, MacroSchemaMigrator macroSchemaMigrator, MacroManager macroManager) - 
Uses of MacroSchemaMigrator in com.atlassian.confluence.content.render.xhtml.view.macro
Constructors in com.atlassian.confluence.content.render.xhtml.view.macro with parameters of type MacroSchemaMigrator Constructor Description ViewMacroMarshaller(MacroManager macroManager, Marshaller<MacroDefinition> unknownMacroMarshaller, ViewMacroErrorPlaceholder viewMacroErrorPlaceholder, LegacyV2RendererContextInitialiser legacyV2RendererConfigurationPropertySetter, com.atlassian.event.api.EventPublisher eventPublisher, ConfluenceMonitoring monitoring, MacroAsyncRenderWhitelist macroAsyncRenderWhitelist, MacroMetadataManager macroMetadataManager, MacroSchemaMigrator macroSchemaMigrator, ViewMacroWrapper viewMacroWrapper, MacroRenderingMonitor macroRenderingMonitor)ViewMacroMarshallerFactoryImpl(MacroManager macroManager, ViewMacroErrorPlaceholder viewMacroErrorPlaceholder, LegacyV2RendererContextInitialiser legacyV2RendererConfigurationPropertySetter, com.atlassian.event.api.EventPublisher eventPublisher, XMLOutputFactory xmlOutputFactory, PlaceholderUrlFactory placeholderUrlFactory, ConfluenceMonitoring monitoring, MacroAsyncRenderWhitelist macroAsyncRenderWhiteList, MacroMetadataManager macroMetadataManager, MacroSchemaMigrator macroSchemaMigrator, ViewMacroWrapper viewMacroWrapper, MacroRenderingMonitor macroRenderingMonitor) - 
Uses of MacroSchemaMigrator in com.atlassian.confluence.impl.content.render.xhtml.editor.macro
Constructors in com.atlassian.confluence.impl.content.render.xhtml.editor.macro with parameters of type MacroSchemaMigrator Constructor Description DelegatingEditorMacroMarshaller(EditorMacroMarshaller macroMarshaller, MacroSchemaMigrator macroSchemaMigrator) - 
Uses of MacroSchemaMigrator in com.atlassian.confluence.impl.macro.schema
Classes in com.atlassian.confluence.impl.macro.schema that implement MacroSchemaMigrator Modifier and Type Class Description classDefaultMacroSchemaMigrator 
 -