Class UserStatistics

java.lang.Object
com.appiancorp.suiteapi.content.UserStatistics

public class UserStatistics extends Object
This class is used for statistics on users in the AE system.
  • Constructor Details

    • UserStatistics

      public UserStatistics()
  • Method Details

    • 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
      See Also:
    • getNumberOfUsersWhoHaveUploaded

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

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

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

      public String toString()
      Overrides:
      toString in class Object
      Returns:
      String for debugging