Class FilteredCollectionsQuery

java.lang.Object
org.dspace.app.rest.model.FilteredCollectionsQuery

public class FilteredCollectionsQuery extends Object
Structured query contents for the Filtered Collections report
Author:
Jean-François Morin (Université Laval)
  • Constructor Details

    • FilteredCollectionsQuery

      public FilteredCollectionsQuery()
  • Method Details

    • of

      public static FilteredCollectionsQuery of(Collection<Filter> filters)
      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

      public Set<Filter> getFilters()
    • setFilters

      public void setFilters(Set<Filter> filters)
    • toQueryString

      public String toQueryString()