| Modifier and Type | Method and Description |
|---|---|
SearchSortContainerContext |
MappedIndexSearchScope.sort() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SearchQueryContext<S extends SearchQueryContext<? extends S,H,SC>,H,SC extends SearchSortContainerContext>
The context used when building a query, after the search predicate has been defined.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExtendedSearchQueryContext<S extends SearchQueryContext<S,H,SC>,H,R extends SearchResult<H>,PDC extends SearchPredicateFactoryContext,SC extends SearchSortContainerContext,C> |
class |
AbstractSearchQueryContext<S extends SearchQueryContext<S,H,SC>,H,PDC extends SearchPredicateFactoryContext,SC extends SearchSortContainerContext,C> |
| Modifier and Type | Method and Description |
|---|---|
protected abstract SC |
AbstractSearchQueryContext.extendSortContext(SearchSortContainerContext sortContainerContext) |
| Modifier and Type | Method and Description |
|---|---|
SearchSortContainerContext |
NonEmptySortContext.then()
Start defining another sort, to be applied after the current one.
|
| Modifier and Type | Method and Description |
|---|---|
<C,B> Optional<T> |
SearchSortContainerContextExtension.extendOptional(SearchSortContainerContext original,
SearchSortBuilderFactory<C,B> factory,
SearchSortDslContext<? super B> dslContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
| Modifier and Type | Method and Description |
|---|---|
NonEmptySortContext |
SearchSortContainerExtensionContext.orElse(Consumer<SearchSortContainerContext> sortContributor)
If no extension passed to
SearchSortContainerExtensionContext.ifSupported(SearchSortContainerContextExtension, Consumer)
was supported so far, apply the given consumer to the current (non-extended) SearchSortContainerContext;
otherwise do nothing. |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingSearchSortContainerContext
A delegating
SearchSortContainerContext. |
| Modifier and Type | Method and Description |
|---|---|
protected SearchSortContainerContext |
DelegatingSearchSortContainerContext.getDelegate() |
SearchSortContainerContext |
NonEmptySortContextImpl.then() |
| Constructor and Description |
|---|
DelegatingSearchSortContainerContext(SearchSortContainerContext delegate) |
NonEmptySortContextImpl(SearchSortContainerContext containerContext,
SearchSortDslContext<?> dslContext) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.