Uses of Class
org.dspace.app.rest.model.query.RestSearchOperator
-
Packages that use RestSearchOperator Package Description org.dspace.app.rest.model.query -
-
Uses of RestSearchOperator in org.dspace.app.rest.model.query
Methods in org.dspace.app.rest.model.query that return RestSearchOperator Modifier and Type Method Description static RestSearchOperatorRestSearchOperator. forQuery(String query)This method will return the correct RestSearchOperator that's bound to the query given in the parameter.static RestSearchOperatorRestSearchOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static RestSearchOperator[]RestSearchOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.
-