Class Statistics

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

public class Statistics extends Object implements Cloneable, Serializable

This class encapsulates the general usage statistics and patterns of the collaboration application.

Copyright: Copyright (c) 2002, 2003

Company: Appian Corporation

See Also:
  • Constructor Details

    • Statistics

      public Statistics()
  • Method Details

    • getMegaBytesUsed

      public Long getMegaBytesUsed()
      Gets the total amount of physical disk space used by uploaded documents (not including versions).
      Returns:
      the total amount of physical disk space used.
    • getNumberOfDocuments

      public Long getNumberOfDocuments()
      Gets the total number of documents uploaded to the application
      Returns:
      the total number of documents uploaded to the application
    • getNumberOfFolders

      public Long getNumberOfFolders()
      Gets the total number of folders created in the application
      Returns:
      the total number of folders created in the application
    • getNumberOfKnowledgeCenters

      public Long getNumberOfKnowledgeCenters()
      Gets the total number of knowledge centers in the collaboration application
      Returns:
      the total number of knowledge centers in the collaboration application
    • setMegaBytesUsed

      public void setMegaBytesUsed(Long mbytes)
      Sets the total amount of physical disk space used by uploaded documents (not including versions)
      Parameters:
      mbytes - the total amount of physical disk space
    • setNumberOfDocuments

      public void setNumberOfDocuments(Long num)
      Sets the total number of documents uploaded to the application
      Parameters:
      num - the total number of documents uploaded to the application
    • setNumberOfFolders

      public void setNumberOfFolders(Long num)
      Sets the total number of folders created in the application
      Parameters:
      num - the total number of folders created in the application
    • setNumberOfKnowledgeCenters

      public void setNumberOfKnowledgeCenters(Long num)
      Sets the total number of knowledge centers in the application
      Parameters:
      num - the total number of knowledge centers in the application
    • getNumberOfCommunityKnowledgeCenters

      public Long getNumberOfCommunityKnowledgeCenters()
      Returns:
      Returns the number of community knowledge centers.
    • setNumberOfCommunityKnowledgeCenters

      public void setNumberOfCommunityKnowledgeCenters(Long numberOfCommunityKnowledgeCenters)
      Parameters:
      numberOfCommunityKnowledgeCenters - The number of community knowledge centers to set.
    • getNumberOfUsers

      public Long getNumberOfUsers()
      Returns:
      Returns the number of users who have logged in
    • setNumberOfUsers

      public void setNumberOfUsers(Long numberOfUsers)
      Parameters:
      numberOfUsers - The number of users who have logged in to set
    • clone

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