| Interface | Description |
|---|---|
| Condition<T> |
A condition returns true/false for whether a value passes.
|
| Filter<T> |
A filter contains multiple conditions, and operates on a type of object.
|
| SearchParameters |
A search request that is to be sent to a gateway search provider.
|
| SearchResult |
A search result returned by a gateway search provider.
|
| Class | Description |
|---|---|
| AbstractFilter<T> |
The base implementation of a filter.
|
| BasicSearchParameters | |
| Field<T,V,C extends Condition<V>> |
A field defines the particular source of data that a condition would apply to.
|
| PropertySetFilter | |
| SearchReplacement |
Send back to the gateway to run a string replacement on an item.
|