Class OutsideNStandardDeviationsFilter

java.lang.Object
com.appiancorp.suiteapi.process.analytics2.BaseFilter
com.appiancorp.suiteapi.process.analytics2.OutsideNStandardDeviationsFilter
All Implemented Interfaces:
DeepCloneable, Filter, Serializable, Cloneable

public class OutsideNStandardDeviationsFilter extends BaseFilter implements DeepCloneable
The OutsideNStandardDeviationsFilter returns processes/tasks whose completion duration is more than the specified number of standard deviations above or below the average completion duration.
See Also:
  • Field Details

    • TYPE

      public static final int TYPE
      This constant tells the backend what kind of filter this is.
      See Also:
  • Constructor Details

    • OutsideNStandardDeviationsFilter

      public OutsideNStandardDeviationsFilter()
  • Method Details

    • equals

      public boolean equals(Object object)
      Is this Filter equal to another object?
      Overrides:
      equals in class BaseFilter
    • hashCode

      public int hashCode()
      Hash code.
      Overrides:
      hashCode in class BaseFilter
    • getFilterType

      public int getFilterType()
      Retrieve the type of the Filter.
      Specified by:
      getFilterType in interface Filter
      Specified by:
      getFilterType in class BaseFilter
      Returns:
      The filter type
    • getStandardDeviationCount

      public double getStandardDeviationCount()
      Retrieve the number of standard deviations to use as the criterion for filtering processes/tasks.
      Returns:
      The number of standard deviations
      See Also:
    • setStandardDeviationCount

      public void setStandardDeviationCount(double standardDeviationCount_)
      Set the number of standard deviations to use as the criteria for filtering processes/tasks.
      Parameters:
      standardDeviationCount_ - The number of standard deviations to set
      See Also: