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