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 TypeMethodDescriptioncom.atlassian.fugue.Option<MacroId>
MacroDefinition.getMacroId()
Deprecated.since 7.0.1.com.atlassian.fugue.Option<MacroId>
MacroDefinitionBuilder.getMacroId()
Deprecated.since 7.0.1MacroDefinition.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 TypeMethodDescriptionvoid
MacroDefinition.setMacroIdentifier
(@Nullable MacroId macroId) MacroDefinitionBuilder.withMacroId
(MacroId macroId) MacroDefinitionBuilder.withMacroIdentifier
(MacroId macroId) Method parameters in com.atlassian.confluence.xhtml.api with type arguments of type MacroIdModifier and TypeMethodDescriptionvoid
MacroDefinition.setMacroId
(com.atlassian.fugue.Option<MacroId> macroId) Deprecated.since 7.0.1.MacroDefinitionBuilder.withMacroId
(com.atlassian.fugue.Option<MacroId> macroId) Deprecated.since 7.0.1.