Class Statistics
java.lang.Object
com.appiancorp.suiteapi.collaboration.Statistics
- All Implemented Interfaces:
Serializable
,Cloneable
This class encapsulates the general usage statistics and patterns of the collaboration application.
Copyright: Copyright (c) 2002, 2003
Company: Appian Corporation
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Gets the total amount of physical disk space used by uploaded documents (not including versions).Gets the total number of documents uploaded to the applicationGets the total number of folders created in the applicationGets the total number of knowledge centers in the collaboration applicationvoid
setMegaBytesUsed
(Long mbytes) Sets the total amount of physical disk space used by uploaded documents (not including versions)void
setNumberOfCommunityKnowledgeCenters
(Long numberOfCommunityKnowledgeCenters) void
setNumberOfDocuments
(Long num) Sets the total number of documents uploaded to the applicationvoid
setNumberOfFolders
(Long num) Sets the total number of folders created in the applicationvoid
Sets the total number of knowledge centers in the applicationvoid
setNumberOfUsers
(Long numberOfUsers)
-
Constructor Details
-
Statistics
public Statistics()
-
-
Method Details
-
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
Gets the total number of documents uploaded to the application- Returns:
- the total number of documents uploaded to the application
-
getNumberOfFolders
Gets the total number of folders created in the application- Returns:
- the total number of folders created in the application
-
getNumberOfKnowledgeCenters
Gets the total number of knowledge centers in the collaboration application- Returns:
- the total number of knowledge centers in the collaboration application
-
setMegaBytesUsed
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
Sets the total number of documents uploaded to the application- Parameters:
num
- the total number of documents uploaded to the application
-
setNumberOfFolders
Sets the total number of folders created in the application- Parameters:
num
- the total number of folders created in the application
-
setNumberOfKnowledgeCenters
Sets the total number of knowledge centers in the application- Parameters:
num
- the total number of knowledge centers in the application
-
getNumberOfCommunityKnowledgeCenters
- Returns:
- Returns the number of community knowledge centers.
-
setNumberOfCommunityKnowledgeCenters
- Parameters:
numberOfCommunityKnowledgeCenters
- The number of community knowledge centers to set.
-
getNumberOfUsers
- Returns:
- Returns the number of users who have logged in
-
setNumberOfUsers
- Parameters:
numberOfUsers
- The number of users who have logged in to set
-
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-