public class Statistics
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable
This class encapsulates the general usage statistics and patterns of the collaboration application.
Copyright: Copyright (c) 2002, 2003
Company: Appian Corporation
Constructor and Description |
---|
Statistics() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
java.lang.Long |
getMegaBytesUsed()
Gets the total amount of physical disk space used by uploaded documents
(not including versions).
|
java.lang.Long |
getNumberOfCommunityKnowledgeCenters() |
java.lang.Long |
getNumberOfDocuments()
Gets the total number of documents uploaded to the application
|
java.lang.Long |
getNumberOfFolders()
Gets the total number of folders created in the application
|
java.lang.Long |
getNumberOfKnowledgeCenters()
Gets the total number of knowledge centers in the collaboration application
|
java.lang.Long |
getNumberOfUsers() |
void |
setMegaBytesUsed(java.lang.Long mbytes)
Sets the total amount of physical disk space used by uploaded documents
(not including versions)
|
void |
setNumberOfCommunityKnowledgeCenters(java.lang.Long numberOfCommunityKnowledgeCenters) |
void |
setNumberOfDocuments(java.lang.Long num)
Sets the total number of documents uploaded to the application
|
void |
setNumberOfFolders(java.lang.Long num)
Sets the total number of folders created in the application
|
void |
setNumberOfKnowledgeCenters(java.lang.Long num)
Sets the total number of knowledge centers in the application
|
void |
setNumberOfUsers(java.lang.Long numberOfUsers) |
public java.lang.Long getMegaBytesUsed()
public java.lang.Long getNumberOfDocuments()
public java.lang.Long getNumberOfFolders()
public java.lang.Long getNumberOfKnowledgeCenters()
public void setMegaBytesUsed(java.lang.Long mbytes)
mbytes
- the total amount of physical disk spacepublic void setNumberOfDocuments(java.lang.Long num)
num
- the total number of documents uploaded to the applicationpublic void setNumberOfFolders(java.lang.Long num)
num
- the total number of folders created in the applicationpublic void setNumberOfKnowledgeCenters(java.lang.Long num)
num
- the total number of knowledge centers in the applicationpublic java.lang.Long getNumberOfCommunityKnowledgeCenters()
public void setNumberOfCommunityKnowledgeCenters(java.lang.Long numberOfCommunityKnowledgeCenters)
numberOfCommunityKnowledgeCenters
- The number of community knowledge centers to set.public java.lang.Long getNumberOfUsers()
public void setNumberOfUsers(java.lang.Long numberOfUsers)
numberOfUsers
- The number of users who have logged in to setpublic java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.