Uses of Enum Class
org.dspace.contentreport.QueryOperator
Packages that use QueryOperator
-
Uses of QueryOperator in org.dspace.contentreport
Methods in org.dspace.contentreport that return QueryOperatorModifier and TypeMethodDescriptionstatic QueryOperatorQueryPredicate.getOperator()static QueryOperatorReturns the enum constant of this class with the specified name.static QueryOperator[]QueryOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.dspace.contentreport with parameters of type QueryOperatorModifier 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.