Uses of Class
com.atlassian.confluence.macro.count.MacroCount

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

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

Methods in com.atlassian.confluence.macro.count that return types with arguments of type MacroCount
 java.util.Collection<MacroCount> MacroCounter.getUsages()
           
 java.util.Collection<MacroCount> DummyMacroCounter.getUsages()
           
 java.util.Collection<MacroCount> DefaultMacroCounter.getUsages()
           
 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.
 

Constructors in com.atlassian.confluence.macro.count with parameters of type MacroCount
MacroCountEvent(java.lang.Object src, ContentEntityObject entity, ConversionContext context, MacroCount macroCount, com.atlassian.confluence.macro.count.MacroCountEvent.Action action)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.