Uses of Class
com.atlassian.confluence.content.render.xhtml.storage.macro.MacroId
-
Packages that use MacroId Package Description com.atlassian.confluence.content.render.xhtml.editor.macro com.atlassian.confluence.content.render.xhtml.storage.macro com.atlassian.confluence.xhtml.api -
-
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 Modifier and Type Method Description MacroId
DefaultMacroIdSupplier. get()
MacroId
MacroIdSupplier. get()
-
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 Modifier and Type Method Description static MacroId
MacroId. fromString(String macroId)
-
Uses of MacroId in com.atlassian.confluence.xhtml.api
Methods in com.atlassian.confluence.xhtml.api that return MacroId Modifier and Type Method Description MacroId
MacroDefinitionBuilder. getMacroIdentifier()
Methods in com.atlassian.confluence.xhtml.api that return types with arguments of type MacroId Modifier and Type Method Description com.atlassian.fugue.Option<MacroId>
MacroDefinition. getMacroId()
Deprecated.since 7.0.1.com.atlassian.fugue.Option<MacroId>
MacroDefinitionBuilder. getMacroId()
Deprecated.since 7.0.1Optional<MacroId>
MacroDefinition. 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 MacroId Modifier and Type Method Description void
MacroDefinition. setMacroIdentifier(@Nullable MacroId macroId)
MacroDefinitionBuilder
MacroDefinitionBuilder. withMacroId(MacroId macroId)
MacroDefinitionBuilder
MacroDefinitionBuilder. withMacroIdentifier(MacroId macroId)
Method parameters in com.atlassian.confluence.xhtml.api with type arguments of type MacroId Modifier and Type Method Description void
MacroDefinition. setMacroId(com.atlassian.fugue.Option<MacroId> macroId)
Deprecated.since 7.0.1.MacroDefinitionBuilder
MacroDefinitionBuilder. withMacroId(com.atlassian.fugue.Option<MacroId> macroId)
Deprecated.since 7.0.1.
-