Uses of Class
com.atlassian.confluence.macro.count.MacroCount
-
Uses of MacroCount in com.atlassian.confluence.macro.count
Modifier 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.Modifier and TypeMethodDescriptionstatic @NonNull MacroCountEvent
MacroCountEventFactory.newMacroCreateCountEvent
(Object src, @Nullable ContentEntityObject entity, ConversionContext context, MacroCount macroCount) Constructs a macro creation analytics event.