Class JsonQueryFacet
- java.lang.Object
-
- org.gcube.informationsystem.resourceregistry.queries.json.base.JsonQueryERElement
-
- org.gcube.informationsystem.resourceregistry.queries.json.base.entities.JsonQueryEntity
-
- org.gcube.informationsystem.resourceregistry.queries.json.base.entities.JsonQueryFacet
-
public class JsonQueryFacet extends JsonQueryEntity
- Author:
- Luca Frosini (ISTI - CNR)
-
-
Field Summary
Fields Modifier and Type Field Description static String_IN-
Fields inherited from class org.gcube.informationsystem.resourceregistry.queries.json.base.JsonQueryERElement
accessType, direction, entryPoint, fieldNamesToRemove, jsonNode, objectMapper, type
-
-
Constructor Summary
Constructors Constructor Description JsonQueryFacet(org.gcube.com.fasterxml.jackson.databind.JsonNode jsonQuery)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBufferanalize(StringBuffer stringBuffer)-
Methods inherited from class org.gcube.informationsystem.resourceregistry.queries.json.base.JsonQueryERElement
addCondition, addConstraints, evaluateNode, getDirection, getKey, getType, getValue, isEntryPoint, setDirection, setEntryPoint, validateType
-
-
-
-
Field Detail
-
_IN
public static final String _IN
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
JsonQueryFacet
public JsonQueryFacet(org.gcube.com.fasterxml.jackson.databind.JsonNode jsonQuery) throws org.gcube.informationsystem.resourceregistry.api.exceptions.types.SchemaException, org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException- Throws:
org.gcube.informationsystem.resourceregistry.api.exceptions.types.SchemaExceptionorg.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException
-
-
Method Detail
-
analize
public StringBuffer analize(StringBuffer stringBuffer) throws org.gcube.informationsystem.resourceregistry.api.exceptions.types.SchemaException, org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException
- Specified by:
analizein classJsonQueryERElement- Throws:
org.gcube.informationsystem.resourceregistry.api.exceptions.types.SchemaExceptionorg.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException
-
-