Package com.appiancorp.suiteapi.content
Class UserStatistics
java.lang.Object
com.appiancorp.suiteapi.content.UserStatistics
This class is used for statistics on users in the AE system.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the number of users who have logged into the application.Gets the users who have uploaded documents into the application.void
setNumberOfUsersWhoHaveEntered
(Long numberOfUsersWhoHaveEntered_) Sets the users who have logged into the application.void
setNumberOfUsersWhoHaveUploaded
(Long numberOfUsersWhoHaveUploaded_) Sets the users who have uploaded documents into the application.toString()
-
Constructor Details
-
UserStatistics
public UserStatistics()
-
-
Method Details
-
getNumberOfUsersWhoHaveEntered
Gets the number of users who have logged into the application.- Returns:
- a list of the unique IDs of the users
- See Also:
-
getNumberOfUsersWhoHaveUploaded
Gets the users who have uploaded documents into the application.- Returns:
- a list of the unique IDs of the users
- See Also:
-
setNumberOfUsersWhoHaveEntered
Sets the users who have logged into the application.- Parameters:
numberOfUsersWhoHaveEntered_
- the number of users- See Also:
-
setNumberOfUsersWhoHaveUploaded
Sets the users who have uploaded documents into the application.- Parameters:
numberOfUsersWhoHaveUploaded_
- the number of users- See Also:
-
toString
-