Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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