|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.macro.count.MacroCountStore
public class MacroCountStore
Persists the number of each type of macro present on the page, and calculates the number of newly added macros by comparing current macro counts with those from the previous version of the page.
| Constructor Summary | |
|---|---|
MacroCountStore()
|
|
| Method Summary | |
|---|---|
java.util.List<MacroCount> |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MacroCountStore()
| Method Detail |
|---|
public java.util.List<MacroCount> updateAndGetNewCounts(MacroCounter counter,
ContentEntityObject entity,
int entityVersion)
ContentProperties of the entity, and updates
those counts after the difference has been calculated.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||