| Package | Description |
|---|---|
| com.fatwire.assetapi.data | |
| com.fatwire.assetapi.data.search |
Contains all interfaces and classes required for use and extension of the Searcher API.
|
| Class and Description |
|---|
| BinaryRelationalOperator
Enumerates all the possible relational operators supported by the
Searcher API. |
| Filter
Represents a filtering condition which may be used against a query to filter results based on the expressions set into this filter.
|
| OrderBuilder.OrderChainBuilder
A builder that appends an order into the ordering sequence.
|
| Searcher
A builder that helps to build search queries over assets.
|
| SortDirection
Enumerates ascending and descending sort orders.
|
| Class and Description |
|---|
| BinaryLogicalOperator
Enumerates all the possible logical operators supported by the
Searcher API. |
| BinaryRelationalOperator
Enumerates all the possible relational operators supported by the
Searcher API. |
| Expression
Represents an expression used to build filters.
|
| Filter
Represents a filtering condition which may be used against a query to filter results based on the expressions set into this filter.
|
| FilterBuilder.FilterFinalizer
A builder that completes constructing the filter by specifying the right operand and the relational operator.
|
| Operand
Represents an operand in an
Expression. |
| Operand.LeftOperand
Represents the left operand for an
Expression. |
| Operand.RightOperand
Represents the right operand for an
Expression. |
| Order
Represents a sorting strategy for search results.
|
| OrderBuilder.OrderChainBuilder
A builder that appends an order into the ordering sequence.
|
| Orders
Represents the sequence for sorting the results returned by a search.
|
| Query
A
Query instance persists and interprets the arguments passed in through the Searcher API. |
| Searcher
A builder that helps to build search queries over assets.
|
| SearchException
Represents a checked exception while attempting a search.
|
| SortDirection
Enumerates ascending and descending sort orders.
|