See: Description
| Class | Description |
|---|---|
| AndFilter<S extends Storable> |
Filter tree node that performs a logical 'and' test.
|
| BinaryOpFilter<S extends Storable> |
Base class for filter tree nodes that have a left and right child.
|
| ClosedFilter<S extends Storable> |
Filter which blocks any results from passing through.
|
| ExistsFilter<S extends Storable> |
Filter tree node that performs an existence or non-existence test against a
join property.
|
| Filter<S extends Storable> |
An immutable tree structure representing a query result filter.
|
| FilterValues<S extends Storable> |
Assigns values to
Filter placeholders. |
| OpenFilter<S extends Storable> |
Filter which lets all results pass through.
|
| OrFilter<S extends Storable> |
Filter tree node that performs a logical 'or' test.
|
| PropertyFilter<S extends Storable> |
Filter tree node that performs a relational test against a specific property
value.
|
| Visitor<S extends Storable,R,P> |
Traverses a filter tree in its canonical order.
|
| Enum | Description |
|---|---|
| RelOp |
Relational operator enumeration.
|
FilterCopyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.