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 MacroIdDefaultMacroIdSupplier. get()MacroIdMacroIdSupplier. 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 MacroIdMacroId. 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 MacroIdMacroDefinitionBuilder. 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 voidMacroDefinition. setMacroIdentifier(@Nullable MacroId macroId)MacroDefinitionBuilderMacroDefinitionBuilder. withMacroId(MacroId macroId)MacroDefinitionBuilderMacroDefinitionBuilder. withMacroIdentifier(MacroId macroId)Method parameters in com.atlassian.confluence.xhtml.api with type arguments of type MacroId Modifier and Type Method Description voidMacroDefinition. setMacroId(com.atlassian.fugue.Option<MacroId> macroId)Deprecated.since 7.0.1.MacroDefinitionBuilderMacroDefinitionBuilder. withMacroId(com.atlassian.fugue.Option<MacroId> macroId)Deprecated.since 7.0.1.
-