Interface ExecutableFindByAnalyticsOperation.FindByAnalyticsWithQuery<T>
- All Superinterfaces:
ExecutableFindByAnalyticsOperation.TerminatingFindByAnalytics<T>, OneAndAll<T>, WithAnalyticsQuery<T>
- All Known Subinterfaces:
ExecutableFindByAnalyticsOperation.ExecutableFindByAnalytics<T>, ExecutableFindByAnalyticsOperation.FindByAnalyticsConsistentWith<T>, ExecutableFindByAnalyticsOperation.FindByAnalyticsInCollection<T>, ExecutableFindByAnalyticsOperation.FindByAnalyticsInScope<T>, ExecutableFindByAnalyticsOperation.FindByAnalyticsWithConsistency<T>, ExecutableFindByAnalyticsOperation.FindByAnalyticsWithOptions<T>, ExecutableFindByAnalyticsOperation.FindByAnalyticsWithProjection<T>
- Enclosing interface:
ExecutableFindByAnalyticsOperation
public static interface ExecutableFindByAnalyticsOperation.FindByAnalyticsWithQuery<T>
extends ExecutableFindByAnalyticsOperation.TerminatingFindByAnalytics<T>, WithAnalyticsQuery<T>
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionmatching(AnalyticsQuery query) Set the filter for the analytics query to be used.Methods inherited from interface ExecutableFindByAnalyticsOperation.TerminatingFindByAnalytics
all, count, exists, first, firstValue, one, oneValue, stream
-
Method Details
-
matching
Set the filter for the analytics query to be used.- Specified by:
matchingin interfaceWithAnalyticsQuery<T>- Parameters:
query- must not be null.- Throws:
IllegalArgumentException- if query is null.
-