Uses of Class
org.dspace.app.rest.model.FilteredItemRest
Packages that use FilteredItemRest
-
Uses of FilteredItemRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return FilteredItemRest -
Uses of FilteredItemRest in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return types with arguments of type FilteredItemRestModifier and TypeMethodDescriptionFilteredItemsRest.getItems()Returns a defensive copy of the items included in this report.Method parameters in org.dspace.app.rest.model with type arguments of type FilteredItemRestModifier and TypeMethodDescriptionstatic FilteredItemsRestFilteredItemsRest.of(List<FilteredItemRest> items, long itemCount) Builds a FilteredItemsRest instance from a list of items and an total item count.