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