Class FacetedSearchRequest

java.lang.Object
tech.ailef.dbadmin.external.dto.FacetedSearchRequest
All Implemented Interfaces:
FilterRequest

public class FacetedSearchRequest extends Object implements FilterRequest
The filter request for faceted search. It is implemented as a set of filters that can be stacked on top of each other.
  • Constructor Details

    • FacetedSearchRequest

      public FacetedSearchRequest(Set<QueryFilter> filters)
  • Method Details

    • computeParams

      public org.springframework.util.MultiValueMap<String,String> computeParams()
      Description copied from interface: FilterRequest
      Converts the request to a MultiValue map that can be later converted into a query string
      Specified by:
      computeParams in interface FilterRequest
      Returns: