Uses of Class
com.atlassian.confluence.plugins.popularcontent.TypeEnum

Packages that use TypeEnum
com.atlassian.confluence.plugins.popularcontent   
 

Uses of TypeEnum in com.atlassian.confluence.plugins.popularcontent
 

Methods in com.atlassian.confluence.plugins.popularcontent that return TypeEnum
static TypeEnum TypeEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TypeEnum[] TypeEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.confluence.plugins.popularcontent with parameters of type TypeEnum
 java.util.List<ContentStat> ContentStatsManagerImpl.getMostCommentedInLastDays(int daysAgo, int maxCount, TypeEnum type)
           
 java.util.List<ContentStat> ContentStatsManager.getMostCommentedInLastDays(int daysAgo, int maxCount, TypeEnum type)
          Deprecated.  
 java.util.List<ContentStat> ContentStatsManagerImpl.getMostCommentedOfAllTime(int maxCount, TypeEnum type)
           
 java.util.List<ContentStat> ContentStatsManager.getMostCommentedOfAllTime(int maxCount, TypeEnum type)
          Deprecated.  
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.