| Modifier and Type | Class and Description |
|---|---|
class |
LogicalFilter
Defines a logical operation between a list of other filter objects.
|
class |
PropertyFilter
Defines a comparison between a property and a value.
|
| Modifier and Type | Method and Description |
|---|---|
Filter |
Query.getFilter()
Gets the filter.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Filter> |
LogicalFilter.getFilters()
Gets the inner filter list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Query.setFilter(Filter filter)
Sets the filter.
|
| Constructor and Description |
|---|
LogicalFilter(Operators operator,
Filter... filters)
Creates a new logical filter.
|
Copyright © 2013. All rights reserved.