Package com.uc4.communication
Class StatisticsSettings
- java.lang.Object
-
- com.uc4.communication.StatisticsSettings
-
public class StatisticsSettings extends java.lang.ObjectThis 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 intgetMaxSingleObjectRecords()Returns the maximum number of statistical data that should be shown in an object's statistical overview.voidsetMaxSingleObjectRecords(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
-
-