Package | Description |
---|---|
com.atlassian.confluence.macro.count |
Modifier and Type | Method and Description |
---|---|
Collection<MacroCount> |
MacroCounter.getUsages() |
List<MacroCount> |
DefaultMacroCounter.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 the
ContentProperties of the entity, and updates
those counts after the difference has been calculated. |
Modifier and Type | Method and Description |
---|---|
static MacroCountEvent |
MacroCountEventFactory.newMacroCreateCountEvent(Object src,
ContentEntityObject entity,
ConversionContext context,
MacroCount macroCount)
Constructs a macro creation analytics event event.
|
Copyright © 2003–2016 Atlassian. All rights reserved.