public class ForumRestService extends Object implements org.exoplatform.services.rest.resource.ResourceContainer
| Constructor and Description |
|---|
ForumRestService() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
forumsStatistic()
Get Forums Global statistic as JSON format.
|
javax.ws.rs.core.Response |
forumsTopRated(int maxcount)
Get top {maxcount} of vote rating forums topics
|
javax.ws.rs.core.Response |
forumsWeeklyStatistic()
Get Forums Weekly Statistics as JSON data format.
|
public javax.ws.rs.core.Response forumsStatistic()
public javax.ws.rs.core.Response forumsWeeklyStatistic()
public javax.ws.rs.core.Response forumsTopRated(int maxcount)
maxcount - is maximum of vote rating forums topics that will be retrievedCopyright © 2003–2016 eXo Platform SAS. All rights reserved.