Uses of Class
org.gcube.informationsystem.resourceregistry.queries.operators.QueryLogicalOperator
-
Packages that use QueryLogicalOperator Package Description org.gcube.informationsystem.resourceregistry.queries.json.base org.gcube.informationsystem.resourceregistry.queries.operators -
-
Uses of QueryLogicalOperator in org.gcube.informationsystem.resourceregistry.queries.json.base
Methods in org.gcube.informationsystem.resourceregistry.queries.json.base with parameters of type QueryLogicalOperator Modifier and Type Method Description protected StringBufferJsonQueryERElement. addConstraints(org.gcube.com.fasterxml.jackson.databind.JsonNode jsonNode, QueryLogicalOperator queryLogicalOperator, String fieldNamePrefix) -
Uses of QueryLogicalOperator in org.gcube.informationsystem.resourceregistry.queries.operators
Methods in org.gcube.informationsystem.resourceregistry.queries.operators that return QueryLogicalOperator Modifier and Type Method Description static QueryLogicalOperatorQueryLogicalOperator. getQueryLogicalOperator(String key)static QueryLogicalOperatorQueryLogicalOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryLogicalOperator[]QueryLogicalOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.
-