public class LastNCompletedFilter 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 |
---|
LastNCompletedFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object)
Is this Filter equal to another object?
|
int |
getCompletedCount()
Retrieve the number of completed processes/tasks which will be returned by
this filter.
|
int |
getFilterType()
Retrieve the type of this filter.
|
int |
hashCode()
Hash code.
|
void |
setCompletedCount(int completedCount_)
Sets the number of completed processes/tasks which will be returned by this
filter.
|
clone, getApply, setApply
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
clone
public static final int TYPE
public boolean equals(java.lang.Object object)
equals
in class BaseFilter
public int hashCode()
hashCode
in class BaseFilter
public int getFilterType()
getFilterType
in interface Filter
getFilterType
in class BaseFilter
public int getCompletedCount()
setCompletedCount(int)
public void setCompletedCount(int completedCount_)
completedCount_
- The number of completed processes/tasks for this
filter to returngetCompletedCount()
Copyright © 2003-2023 Appian Corporation. All Rights Reserved.