AndFilterCollection |
FilterCollection that aggregates one or more child filters with an "and" criteria.
|
BetweenFilter |
Filter which applies a "between" (or "not between") criteria.
|
FilterCollection |
|
FilterFactory |
|
LikeFilter |
Filter which applies a "like" (or "not like") criteria or regular-expression, rather than wildcard-based, forms of these criteria
("matches" and "not matches").
|
MissingValueFilter |
Filter which applies an "is null" (or "is not null") criteria.
|
NearFilter |
Filter which applies a "near" (or "not near") criteria.
|
OrFilterCollection |
FilterCollection that aggregates one or more child filters with an "or" criteria.
|
RangeFilter |
Filter which applies a <, <=, =, >=, > or not = criteria.
|
SetFilter |
Filter which applies an "in" (or "not in") criteria.
|
TagFilter |
Filter which applies a tag matching criteria.
|