com.atlassian.confluence.macro.count
Class MacroCount

java.lang.Object
  extended by com.atlassian.confluence.macro.count.MacroCount

public class MacroCount
extends java.lang.Object

Aggregate macro usages

Since:
v5.6

Constructor Summary
MacroCount(java.lang.String macroId, int count)
           
 
Method Summary
 java.lang.Integer getCount()
           
 java.lang.String getMacroId()
           
 void increment()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MacroCount

public MacroCount(java.lang.String macroId,
                  int count)
Method Detail

increment

public void increment()

getMacroId

public java.lang.String getMacroId()

getCount

public java.lang.Integer getCount()


Copyright © 2003-2014 Atlassian. All Rights Reserved.