| Package | Description |
|---|---|
| com.fatwire.assetapi.data.search |
Contains all interfaces and classes required for use and extension of the Searcher API.
|
| Modifier and Type | Method and Description |
|---|---|
Expression |
Filter.getExpression()
Returns the expression set in this filter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Filter.setExpression(Expression expression)
Sets an expression into this filter.
|
| Constructor and Description |
|---|
Expression(Expression source)
Copy constructor builds a new instance from the source.
|