com.atlassian.confluence.plugins.popularcontent
Interface ContentStatsManager

All Known Implementing Classes:
ContentStatsManagerImpl

Deprecated. since 5.2 use com.atlassian.confluence.plugins.edgeindex.EdgeQueries instead

@Deprecated
public interface ContentStatsManager


Method Summary
 java.util.List<ContentStat> getMostCommentedInLastDays(int daysAgo, int maxCount, TypeEnum type)
          Deprecated.  
 java.util.List<ContentStat> getMostCommentedOfAllTime(int maxCount, TypeEnum type)
          Deprecated.  
 

Method Detail

getMostCommentedOfAllTime

java.util.List<ContentStat> getMostCommentedOfAllTime(int maxCount,
                                                      TypeEnum type)
Deprecated. 

getMostCommentedInLastDays

java.util.List<ContentStat> getMostCommentedInLastDays(int daysAgo,
                                                       int maxCount,
                                                       TypeEnum type)
Deprecated. 


Copyright © 2003-2013 Atlassian. All Rights Reserved.