Uses of Interface
com.atlassian.confluence.macro.count.MacroCounter
-
Packages that use MacroCounter Package Description com.atlassian.confluence.macro.count -
-
Uses of MacroCounter in com.atlassian.confluence.macro.count
Classes in com.atlassian.confluence.macro.count that implement MacroCounter Modifier and Type Class Description class
DefaultMacroCounter
Aggregates macro usages by macro nameMethods in com.atlassian.confluence.macro.count with parameters of type MacroCounter Modifier and Type Method Description List<MacroCount>
MacroCountStore. updateAndGetNewCounts(MacroCounter counter, ContentEntityObject entity, int entityVersion)
Calculates the number of newly added macros by comparing results from the supplied MacroCounter with the counts stored in theContentProperties
of the entity, and updates those counts after the difference has been calculated.
-