F - The type of aggregation factory.PDF - The type of factory used to create predicates in SortFilterStep.filter(Function).public interface SearchAggregationDslContext<F extends SearchAggregationBuilderFactory<?>,PDF extends SearchPredicateFactory>
| Modifier and Type | Method and Description |
|---|---|
F |
getBuilderFactory() |
SearchPredicateBuilderFactory<?,?> |
getPredicateBuilderFactory() |
PDF |
getPredicateFactory() |
<PDF2 extends SearchPredicateFactory> |
withExtendedPredicateFactory(SearchPredicateFactoryExtension<PDF2> extension) |
F getBuilderFactory()
SearchPredicateBuilderFactory<?,?> getPredicateBuilderFactory()
PDF getPredicateFactory()
<PDF2 extends SearchPredicateFactory> SearchAggregationDslContext<F,PDF2> withExtendedPredicateFactory(SearchPredicateFactoryExtension<PDF2> extension)
PDF2 - The type of the new predicate factory.extension - The extension to apply to the predicate factory.this except for the predicate factory which is extended.Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.