Class UserStatistics

java.lang.Object
com.appiancorp.suiteapi.collaboration.UserStatistics
All Implemented Interfaces:
LocalId, Serializable, Cloneable

public class UserStatistics extends Object implements LocalId, Cloneable
This class encapsulates the user/usage statistics of the collaboration application.
See Also:
  • Constructor Details

    • UserStatistics

      public UserStatistics()
  • Method Details

    • getNumberOfUsersWhoHaveDownloaded

      public Long 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

      public Long getNumberOfUsersWhoHaveEntered()
      Gets the number of users who have logged into the application
      Returns:
      a list of the unique IDs of the users
    • getNumberOfUsersWhoHaveUploaded

      public Long getNumberOfUsersWhoHaveUploaded()
      Gets the users who have uploaded documents into the application
      Returns:
      a list of the unique IDs of the users
    • setNumberOfUsersWhoHaveDownloaded

      public void setNumberOfUsersWhoHaveDownloaded(Long numberOfUsersWhoHaveDownloaded_)
      Sets the users who have downloaded documents from the application
      Parameters:
      numberOfUsersWhoHaveDownloaded_ - the number of users
    • setNumberOfUsersWhoHaveEntered

      public void setNumberOfUsersWhoHaveEntered(Long numberOfUsersWhoHaveEntered_)
      Sets the users who have logged into the application
      Parameters:
      numberOfUsersWhoHaveEntered_ - the number of users
    • setNumberOfUsersWhoHaveUploaded

      public void setNumberOfUsersWhoHaveUploaded(Long numberOfUsersWhoHaveUploaded_)
      Sets the users who have uploaded documents into the application
      Parameters:
      numberOfUsersWhoHaveUploaded_ - the number of users
    • getId

      public Long getId()
      Gets the ID of this UserStatistics object.
      Specified by:
      getId in interface LocalId
      Returns:
      the ID of this UserStatistics object.
      See Also:
    • setId

      public void setId(Long id_)
      Sets the ID of this UserStatistics object.
      Specified by:
      setId in interface LocalId
      Parameters:
      id_ - the ID of this UserStatistics object
      See Also:
    • clone

      public Object clone() throws CloneNotSupportedException
      Overrides:
      clone in class Object
      Throws:
      CloneNotSupportedException