Uses of Class
com.atlassian.confluence.content.render.xhtml.storage.macro.MacroId
Packages that use MacroId
Package
Description
-
Uses of MacroId in com.atlassian.confluence.content.render.xhtml.editor.macro
Methods in com.atlassian.confluence.content.render.xhtml.editor.macro that return MacroId -
Uses of MacroId in com.atlassian.confluence.content.render.xhtml.storage.macro
Methods in com.atlassian.confluence.content.render.xhtml.storage.macro that return MacroId -
Uses of MacroId in com.atlassian.confluence.xhtml.api
Methods in com.atlassian.confluence.xhtml.api that return MacroIdMethods in com.atlassian.confluence.xhtml.api that return types with arguments of type MacroIdModifier and TypeMethodDescriptionMacroDefinition.getMacroIdentifier()Each macro definition is assigned a macroId when the page is stored, this can be used to identify macros within a page.Methods in com.atlassian.confluence.xhtml.api with parameters of type MacroIdModifier and TypeMethodDescriptionvoidMacroDefinition.setMacroIdentifier(@Nullable MacroId macroId) MacroDefinitionBuilder.withMacroId(MacroId macroId) MacroDefinitionBuilder.withMacroIdentifier(MacroId macroId)