Uses of Class
org.dspace.contentreport.QueryPredicate
Packages that use QueryPredicate
Package
Description
Provides an API for reading and manipulating content in the DSpace system.
-
Uses of QueryPredicate in org.dspace.content
Method parameters in org.dspace.content with type arguments of type QueryPredicateModifier and TypeMethodDescriptionlongItemServiceImpl.countForMetadataQuery(Context context, List<QueryPredicate> queryPredicates, List<UUID> collectionUuids) ItemServiceImpl.findByMetadataQuery(Context context, List<QueryPredicate> queryPredicates, List<UUID> collectionUuids, long offset, int limit) -
Uses of QueryPredicate in org.dspace.content.dao
Method parameters in org.dspace.content.dao with type arguments of type QueryPredicateModifier and TypeMethodDescriptionlongItemDAO.countForMetadataQuery(Context context, List<QueryPredicate> queryPredicates, List<UUID> collectionUuids, String regexClause) ItemDAO.findByMetadataQuery(Context context, List<QueryPredicate> queryPredicates, List<UUID> collectionUuids, String regexClause, long offset, int limit) Returns all the Items that belong to the specified aollections (if any) and match the provided predicates. -
Uses of QueryPredicate in org.dspace.content.dao.impl
Method parameters in org.dspace.content.dao.impl with type arguments of type QueryPredicateModifier and TypeMethodDescriptionlongItemDAOImpl.countForMetadataQuery(Context context, List<QueryPredicate> queryPredicates, List<UUID> collectionUuids, String regexClause) ItemDAOImpl.findByMetadataQuery(Context context, List<QueryPredicate> queryPredicates, List<UUID> collectionUuids, String regexClause, long offset, int limit) -
Uses of QueryPredicate in org.dspace.content.service
Method parameters in org.dspace.content.service with type arguments of type QueryPredicateModifier and TypeMethodDescriptionlongItemService.countForMetadataQuery(Context context, List<QueryPredicate> queryPredicates, List<UUID> collectionUuids) Returns the total number of items that match the given predicates, within the specified collections, if any.ItemService.findByMetadataQuery(Context context, List<QueryPredicate> queryPredicates, List<UUID> collectionUuids, long offset, int limit) Returns a list of items that match the given predicates, within the specified collections, if any. -
Uses of QueryPredicate in org.dspace.contentreport
Methods in org.dspace.contentreport that return QueryPredicateModifier and TypeMethodDescriptionstatic QueryPredicateQueryPredicate.of(Collection<MetadataField> fields, QueryOperator operator, String value) Shortcut method that builds a QueryPredicate from a list of fields, an operator, and a value.static QueryPredicateQueryPredicate.of(MetadataField field, QueryOperator operator, String value) Shortcut method that builds a QueryPredicate from a single field, an operator, and a value.Methods in org.dspace.contentreport that return types with arguments of type QueryPredicateMethod parameters in org.dspace.contentreport with type arguments of type QueryPredicateModifier and TypeMethodDescriptionvoidFilteredItemsQuery.setQueryPredicates(List<QueryPredicate> queryPredicates)