| Modifier and Type | Method and Description |
|---|---|
SearchSortFactoryContext |
MappedIndexScope.sort() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SearchQueryContext<S extends SearchQueryContext<? extends S,H,SC>,H,SC extends SearchSortFactoryContext>
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 SearchSortFactoryContext,C> |
class |
AbstractSearchQueryContext<S extends SearchQueryContext<S,H,SC>,H,PDC extends SearchPredicateFactoryContext,SC extends SearchSortFactoryContext,C> |
| Modifier and Type | Method and Description |
|---|---|
protected abstract SC |
AbstractSearchQueryContext.extendSortContext(SearchSortFactoryContext sortFactoryContext) |
| Modifier and Type | Method and Description |
|---|---|
SearchSortFactoryContext |
NonEmptySortContext.then()
Start defining another sort, to be applied after the current one.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<T> |
SearchSortFactoryContextExtension.extendOptional(SearchSortFactoryContext original,
SearchSortDslContext<?,?> dslContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
| Modifier and Type | Method and Description |
|---|---|
NonEmptySortContext |
SearchSortFactoryExtensionContext.orElse(Function<SearchSortFactoryContext,? extends SearchSortTerminalContext> sortContributor)
If no extension passed to
SearchSortFactoryExtensionContext.ifSupported(SearchSortFactoryContextExtension, Function)
was supported so far, apply the given consumer to the current (non-extended) SearchSortFactoryContext;
otherwise do nothing. |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingSearchSortFactoryContext
A delegating
SearchSortFactoryContext. |
| Modifier and Type | Method and Description |
|---|---|
protected SearchSortFactoryContext |
DelegatingSearchSortFactoryContext.getDelegate() |
SearchSortFactoryContext |
AbstractNonEmptySortContext.then() |
| Constructor and Description |
|---|
DelegatingSearchSortFactoryContext(SearchSortFactoryContext delegate) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.