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
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    filter(F value)
    Sets the filter to be included in the statistics request.
    Provides a fluent builder to create a filter to be included in the statistics request.
  • Method Details

    • filter

      SELF filter(F value)
      Sets the filter to be included in the statistics request.
      Parameters:
      value - the filter
      Returns:
      the builder for the statistics request
    • filter

      SELF filter(Consumer<F> fn)
      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