public class AheadOfScheduleFilter extends BaseFilter implements DeepCloneable
Modifier and Type | Field and Description |
---|---|
static int |
TYPE
This constant tells the backend what kind of filter this is.
|
LOG
Constructor and Description |
---|
AheadOfScheduleFilter() |
Modifier and Type | Method and Description |
---|---|
int |
getFilterType()
Returns the type of this filter.
|
clone, equals, getApply, hashCode, setApply
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
clone
public static final int TYPE
public int getFilterType()
getFilterType
in interface Filter
getFilterType
in class BaseFilter
Filter
. This is one of:
SimpleColumnFilter
LastNDaysFilter
AheadOfScheduleFilter
OutsideNStandardDeviationsFilter
NotYetCompletedFilter
(Deprecated)LastNCompletedFilter
CompletedAheadOfScheduleFilter
(Deprecated)BehindScheduleFilter
DueTodayFilter
CompletedFilter
RunningFilter
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.