Uses of Class
org.dspace.rest.common.ItemFilter
-
Packages that use ItemFilter Package Description org.dspace.rest org.dspace.rest.common org.dspace.rest.filter -
-
Uses of ItemFilter in org.dspace.rest
Methods in org.dspace.rest that return ItemFilter Modifier and Type Method Description ItemFilter[]FiltersResource. getFilters(String user_ip, String user_agent, String xforwardedfor, javax.ws.rs.core.HttpHeaders headers, javax.servlet.http.HttpServletRequest request)Return all Use Case Item Filters in DSpace.ItemFilterFilteredItemsResource. getItemQuery(String expand, Integer limit, Integer offset, String user_ip, String user_agent, String xforwardedfor, String filters, List<String> query_field, List<String> query_op, List<String> query_val, List<String> collSel, javax.ws.rs.core.HttpHeaders headers, javax.servlet.http.HttpServletRequest request, javax.servlet.ServletContext servletContext)Return instance of collection with passed id. -
Uses of ItemFilter in org.dspace.rest.common
Methods in org.dspace.rest.common that return ItemFilter Modifier and Type Method Description static ItemFilterItemFilter. getAllFiltersFilter(List<ItemFilter> itemFilters)Methods in org.dspace.rest.common that return types with arguments of type ItemFilter Modifier and Type Method Description List<ItemFilter>FilteredCollection. getItemFilters()static List<ItemFilter>ItemFilter. getItemFilters(String filters, boolean saveItems)Method parameters in org.dspace.rest.common with type arguments of type ItemFilter Modifier and Type Method Description static ItemFilterItemFilter. getAllFiltersFilter(List<ItemFilter> itemFilters)voidFilteredCollection. setItemFilters(List<ItemFilter> itemFilters) -
Uses of ItemFilter in org.dspace.rest.filter
Methods in org.dspace.rest.filter that return ItemFilter Modifier and Type Method Description ItemFilterItemFilterSet. getAllFiltersFilter()Get the special filter that represents the intersection of all items in the Item Filter Set.Methods in org.dspace.rest.filter that return types with arguments of type ItemFilter Modifier and Type Method Description List<ItemFilter>ItemFilterSet. getItemFilters()Get all of the Item Filters initialized into the Item Filter Set
-