Class UserStatistics
java.lang.Object
com.appiancorp.suiteapi.collaboration.UserStatistics
- All Implemented Interfaces:
LocalId
,Serializable
,Cloneable
This class encapsulates the user/usage statistics of the
collaboration application.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
getId()
Gets the ID of thisUserStatistics
object.Gets the number of users who have downloaded at least one document from the applicationGets the number of users who have logged into the applicationGets the users who have uploaded documents into the applicationvoid
Sets the ID of thisUserStatistics
object.void
setNumberOfUsersWhoHaveDownloaded
(Long numberOfUsersWhoHaveDownloaded_) Sets the users who have downloaded documents from the applicationvoid
setNumberOfUsersWhoHaveEntered
(Long numberOfUsersWhoHaveEntered_) Sets the users who have logged into the applicationvoid
setNumberOfUsersWhoHaveUploaded
(Long numberOfUsersWhoHaveUploaded_) Sets the users who have uploaded documents into the application
-
Constructor Details
-
UserStatistics
public UserStatistics()
-
-
Method Details
-
getNumberOfUsersWhoHaveDownloaded
Gets the number of users who have downloaded at least one document from the application- Returns:
- the number of users who have downloaded at least one document from the application
-
getNumberOfUsersWhoHaveEntered
Gets the number of users who have logged into the application- Returns:
- a list of the unique IDs of the users
-
getNumberOfUsersWhoHaveUploaded
Gets the users who have uploaded documents into the application- Returns:
- a list of the unique IDs of the users
-
setNumberOfUsersWhoHaveDownloaded
Sets the users who have downloaded documents from the application- Parameters:
numberOfUsersWhoHaveDownloaded_
- the number of users
-
setNumberOfUsersWhoHaveEntered
Sets the users who have logged into the application- Parameters:
numberOfUsersWhoHaveEntered_
- the number of users
-
setNumberOfUsersWhoHaveUploaded
Sets the users who have uploaded documents into the application- Parameters:
numberOfUsersWhoHaveUploaded_
- the number of users
-
getId
Gets the ID of thisUserStatistics
object. -
setId
Sets the ID of thisUserStatistics
object. -
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-