JBoss.orgCommunity Documentation
Statistic and Statistic Home are used to store statistic information of forum, such as number of posts, topics, users, active users. The node type is exo:forumStatistic, exo:statisticHome.
The Statistic node is stored under the Forum System node: /exo:applications/ForumService/ForumSystem/exo:statisticHome/exo:forumStatistic
and its node type has the following properties:
Properties name | Required type | Multiple | Description |
---|---|---|---|
exo:postCount | Long | false | The total number of submitted posts in Forum. |
exo:topicCount | Long | false | The number of total created topics in Forum. |
exo:membersCount | Long | false | The number of the registered users. |
exo:newMembers | String | false | The id of the latest registered user. |
exo:mostUsersOnline | String | false | The highest number of the online users. |
exo:activeUsers | Long | false | The number of active users. |