Interface FilterRequest

All Known Implementing Classes:
FacetedSearchRequest, LogsSearchRequest

public interface FilterRequest
Describes a request that contains parameters that are used to filter results.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.util.MultiValueMap<String,String>
    Converts the request to a MultiValue map that can be later converted into a query string
    static org.springframework.util.MultiValueMap<String,String>
    Empty filtering request
  • Method Details

    • computeParams

      org.springframework.util.MultiValueMap<String,String> computeParams()
      Converts the request to a MultiValue map that can be later converted into a query string
      Returns:
    • empty

      static org.springframework.util.MultiValueMap<String,String> empty()
      Empty filtering request
      Returns:
      an empty map