Class MacroId
- java.lang.Object
-
- com.atlassian.confluence.content.render.xhtml.storage.macro.MacroId
-
public class MacroId extends Object
A macro Id is used to identify a macro within a version of a page.Since a macroId is not reset after a copy or if the content is created with an id, you can only assume a macroId is unique with in a version of a specific page.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static MacroIdfromString(String macroId)StringgetId()inthashCode()
-