@GwtCompatible public final class GenericFilter extends Filter<java.lang.Object>
Immutable bean representing a configured Filter
on a column.
An instance can only be obtained by using the helper class GenericBuilder.LogicalOp
LOCAL_PART, QNAME, TABLE_NAME, XML_ROOT_ELEMENT
Modifier | Constructor and Description |
---|---|
protected |
GenericFilter(java.lang.String field,
FilterOperator operator,
java.lang.Object value)
Constructs a
GenericFilter against the given column or alias using the given
value as a constraint. |
Modifier and Type | Method and Description |
---|---|
Criteria |
copy() |
java.lang.Object |
getValue()
Returns the value used as a constraint on the column or alias
|
protected void |
setValue(java.lang.Object value) |
containsFilters, equals, getField, getOperator, getValueExpression, getValueReadOnly, hashCode, isPartOfCriteriaPredicate, selectField, toString
protected GenericFilter(java.lang.String field, FilterOperator operator, java.lang.Object value)
GenericFilter
against the given column or alias using the given
value as a constraint.field
- the column or alias nameoperator
- filter type define as FilterOperator
value
- Object use to constraint the column or aliasCopyright © 2003-2024 Appian Corporation. All Rights Reserved.