Interface TypedSearchQueryRequest<F extends TypedSearchQueryRequest.SearchRequestFilter,S extends TypedSearchQueryRequest.SearchRequestSort<S>,SELF extends TypedSearchQueryRequest<F,S,SELF>>

All Known Subinterfaces:
DecisionDefinitionQuery, DecisionRequirementsQuery, FlownodeInstanceQuery, IncidentQuery, ProcessInstanceQuery, UserTaskQuery

@Deprecated public interface TypedSearchQueryRequest<F extends TypedSearchQueryRequest.SearchRequestFilter,S extends TypedSearchQueryRequest.SearchRequestSort<S>,SELF extends TypedSearchQueryRequest<F,S,SELF>>
Deprecated.
since 8.8 for removal in 8.9, replaced by TypedSearchQueryRequest
  • Method Details

    • filter

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

      SELF filter(Consumer<F> fn)
      Deprecated.
      Provides a fluent builder to create a filter to be included in the search request.
      Parameters:
      value - consumer to create the filter
      Returns:
      the builder for the search request
    • sort

      SELF sort(S value)
      Deprecated.
      Sets the sorting the returned entities should be sorted by.
      Parameters:
      value - the sort options
      Returns:
      the builder for the search request
    • sort

      SELF sort(Consumer<S> fn)
      Deprecated.
      Provides a fluent builder to provide sorting options the returned entites should sorted by
      Parameters:
      value - consumer to create the sort options
      Returns:
      the builder for the search request
    • page

      SELF page(SearchRequestPage value)
      Deprecated.
      Support for pagination.
      Parameters:
      value - the next page
      Returns:
      the builder for the search request
    • page

      Deprecated.
      Provides a fluent builder to support pagination.
      Parameters:
      value - consumer to support pagination
      Returns:
      the builder for the search request