Package | Description |
---|---|
com.atlassian.confluence.macro.count |
Modifier and Type | Method and Description |
---|---|
Collection<MacroCount> |
MacroCounter.getUsages() |
Collection<MacroCount> |
DummyMacroCounter.getUsages() |
Collection<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. |
Constructor and Description |
---|
MacroCountEvent(Object src,
ContentEntityObject entity,
ConversionContext context,
MacroCount macroCount,
com.atlassian.confluence.macro.count.MacroCountEvent.Action action) |
Copyright © 2003–2016 Atlassian. All rights reserved.