| Interface | Description | 
|---|---|
| SearchExpression | 
 SearchExpression is a wrapper interface for expressions representable as plain strings to be used within searches. 
 | 
| SearchTyped | 
 SearchTyped is a interface that describes the wanted search type to be used. 
 | 
| Class | Description | 
|---|---|
| SearchTypedStringSearchExpression | 
 A search typed implementation of string backed search expression. 
 | 
| SourcedSearchExpression | 
 SourcedSearchExpression is a search expression usually "sourced" or backed from some programmatic source (drop down
 with pre-filled values, values from previous searches, etc), and we already know it is complete, exact value that we
 want to search for. 
 | 
| StringSearchExpression | 
 A simple string based implementation of SearchExpression that is immutable. 
 | 
| UserInputSearchExpression | 
 UserInputSearchExpression is a search expression usually coming from user input (like some UI dialogue, UI element or
 CLI). 
 | 
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.