Package tech.ailef.dbadmin.external.dto
Class FacetedSearchRequest
java.lang.Object
tech.ailef.dbadmin.external.dto.FacetedSearchRequest
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConverts the request to a MultiValue map that can be later converted into a query string
-
Constructor Details
-
FacetedSearchRequest
-
-
Method Details
-
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 interfaceFilterRequest
- Returns:
-