|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(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 | |
|---|---|
List<ContentStat> |
ContentStatsManager.getMostCommentedInLastDays(int daysAgo,
int maxCount,
TypeEnum type)
|
List<ContentStat> |
ContentStatsManagerImpl.getMostCommentedInLastDays(int daysAgo,
int maxCount,
TypeEnum type)
|
List<ContentStat> |
ContentStatsManager.getMostCommentedOfAllTime(int maxCount,
TypeEnum type)
|
List<ContentStat> |
ContentStatsManagerImpl.getMostCommentedOfAllTime(int maxCount,
TypeEnum type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||