Package com.uc4.communication
Class StatisticsSettings
- java.lang.Object
-
- com.uc4.communication.StatisticsSettings
-
public class StatisticsSettings extends java.lang.Object
This class represents the Process Flow settings. These settings can be found in the User Interface - Options - Settings - Statistics
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMaxSingleObjectRecords()
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 Detail
-
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
-
-