Interface StatisticsRequest<F extends StatisticsRequest.StatisticsRequestFilter,SELF extends StatisticsRequest<F,SELF>>
- All Known Subinterfaces:
ProcessDefinitionElementStatisticsRequest
- All Known Implementing Classes:
ProcessDefinitionElementStatisticsRequestImpl
public interface StatisticsRequest<F extends StatisticsRequest.StatisticsRequestFilter,SELF extends StatisticsRequest<F,SELF>>
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
filter
Sets the filter to be included in the statistics request.- Parameters:
value- the filter- Returns:
- the builder for the statistics request
-
filter
Provides a fluent builder to create a filter to be included in the statistics request.- Parameters:
fn- consumer to create the filter- Returns:
- the builder for the statistics request
-