Package org.dspace.app.rest.model
Class FilteredCollectionsQuery
java.lang.Object
org.dspace.app.rest.model.FilteredCollectionsQuery
Structured query contents for the Filtered Collections report
- Author:
- Jean-François Morin (Université Laval)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FilteredCollectionsQueryof(Collection<Filter> filters) Shortcut method that builds a FilteredCollectionsQuery instance from its building blocks.voidsetFilters(Set<Filter> filters)
-
Constructor Details
-
FilteredCollectionsQuery
public FilteredCollectionsQuery()
-
-
Method Details
-
of
Shortcut method that builds a FilteredCollectionsQuery instance from its building blocks.- Parameters:
filters- filters to apply to existing items. The filters mapping to true will be applied, others (either missing or mapping to false) will not.- Returns:
- a FilteredCollectionsQuery instance built from the provided parameters
-
getFilters
-
setFilters
-
toQueryString
-