Package com.uc4.communication
Class StatisticsSettings
java.lang.Object
com.uc4.communication.StatisticsSettings
This class represents the Process Flow settings.
These settings can be found in the User Interface - Options - Settings - Statistics
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the maximum number of statistical data that should be shown in an object's statistical overview.void
setMaxSingleObjectRecords
(int maxSingleObjectRecords) Sets the maximum number of statistical data that should be shown in an object's statistical overview.
-
Method Details
-
getMaxSingleObjectRecords
public int getMaxSingleObjectRecords()Returns the maximum number of statistical data that should be shown in an object's statistical overview.- Returns:
- Max records
-
setMaxSingleObjectRecords
public void setMaxSingleObjectRecords(int maxSingleObjectRecords) Sets the maximum number of statistical data that should be shown in an object's statistical overview. The maximum value is 999.- Parameters:
maxSingleObjectRecords
- Max records
-