Uses of Class
com.atlassian.confluence.macro.count.MacroCount
-
Packages that use MacroCount Package Description com.atlassian.confluence.macro.count -
-
Uses of MacroCount in com.atlassian.confluence.macro.count
Methods in com.atlassian.confluence.macro.count that return types with arguments of type MacroCount Modifier and Type Method Description List<MacroCount>
DefaultMacroCounter. getUsages()
Collection<MacroCount>
MacroCounter. getUsages()
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.Methods in com.atlassian.confluence.macro.count with parameters of type MacroCount Modifier and Type Method Description static @NonNull MacroCountEvent
MacroCountEventFactory. newMacroCreateCountEvent(Object src, @Nullable ContentEntityObject entity, ConversionContext context, MacroCount macroCount)
Constructs a macro creation analytics event event.
-