Uses of Interface
com.atlassian.confluence.macro.count.MacroCounter

Packages that use MacroCounter
com.atlassian.confluence.macro.count   
 

Uses of MacroCounter in com.atlassian.confluence.macro.count
 

Classes in com.atlassian.confluence.macro.count that implement MacroCounter
 class DefaultMacroCounter
          Aggregates macro usages by macro name
 class DummyMacroCounter
          Dummy implementation of MacroCounter
 

Methods in com.atlassian.confluence.macro.count with parameters of type MacroCounter
 java.util.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.
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.