| Modifier and Type | Interface and Description |
|---|---|
interface |
ExtendedSearchFetchable<H,R extends SearchResult<H>>
A base interface for subtypes of
SearchFetchable allowing to
easily override the result type for all relevant methods. |
interface |
ExtendedSearchQuery<H,R extends SearchResult<H>>
A base interface for subtypes of
SearchQuery allowing to
easily override the result type for all relevant methods. |
interface |
SearchQuery<H>
A search query, allowing to fetch search results.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SearchQueryFinalStep<H>
The final step in a query definition,
where the query can be
executed or retrieved as an object. |
interface |
SearchQueryOptionsStep<S extends SearchQueryOptionsStep<?,H,SF,AF>,H,SF extends SearchSortFactory,AF extends SearchAggregationFactory>
The final step in a query definition, where optional parameters such as
sorts can be set,
and where the query can be executed or retrieved as an object. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExtendedSearchQueryOptionsStep<S extends SearchQueryOptionsStep<S,H,SF,AF>,H,R extends SearchResult<H>,PDF extends SearchPredicateFactory,SF extends SearchSortFactory,AF extends SearchAggregationFactory,C> |
class |
AbstractSearchQueryOptionsStep<S extends SearchQueryOptionsStep<S,H,SF,AF>,H,PDF extends SearchPredicateFactory,SF extends SearchSortFactory,AF extends SearchAggregationFactory,C> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SearchQueryImplementor<H>
Defines the "service program contract" for
SearchQuery. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSearchQuery<H,R extends SearchResult<H>>
An abstract base for implementations of
SearchQuery. |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.