Uses of Class
org.dspace.app.rest.model.FilteredItemsQueryPredicate
Packages that use FilteredItemsQueryPredicate
-
Uses of FilteredItemsQueryPredicate in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return FilteredItemsQueryPredicateModifier and TypeMethodDescriptionstatic FilteredItemsQueryPredicateShortcut method that builds a FilteredItemsQueryPredicate from a colon-separated string value.static FilteredItemsQueryPredicateFilteredItemsQueryPredicate.of(String field, QueryOperator operator, String value) Shortcut method that builds a FilteredItemsQueryPredicate from a single field, an operator, and a value.Methods in org.dspace.app.rest.model that return types with arguments of type FilteredItemsQueryPredicateMethod parameters in org.dspace.app.rest.model with type arguments of type FilteredItemsQueryPredicateModifier and TypeMethodDescriptionvoidFilteredItemsQueryRest.setQueryPredicates(List<FilteredItemsQueryPredicate> queryPredicates)