public class JsonQuery extends Object
| Modifier and Type | Field and Description |
|---|---|
protected JsonQueryERElement |
entryPoint |
protected org.gcube.com.fasterxml.jackson.databind.JsonNode |
jsonQuery |
protected org.gcube.com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
protected com.orientechnologies.orient.core.db.document.ODatabaseDocument |
oDatabaseDocument |
| Constructor and Description |
|---|
JsonQuery() |
| Modifier and Type | Method and Description |
|---|---|
StringBuffer |
createQuery() |
static JsonQueryERElement |
getJsonQueryERElement(org.gcube.com.fasterxml.jackson.databind.JsonNode jsonQuery) |
String |
query() |
void |
setJsonQuery(org.gcube.com.fasterxml.jackson.databind.JsonNode jsonQuery) |
void |
setJsonQuery(String jsonQuery) |
protected org.gcube.com.fasterxml.jackson.databind.ObjectMapper objectMapper
protected org.gcube.com.fasterxml.jackson.databind.JsonNode jsonQuery
protected JsonQueryERElement entryPoint
protected com.orientechnologies.orient.core.db.document.ODatabaseDocument oDatabaseDocument
public void setJsonQuery(org.gcube.com.fasterxml.jackson.databind.JsonNode jsonQuery)
public void setJsonQuery(String jsonQuery) throws org.gcube.informationsystem.resourceregistry.api.exceptions.queries.InvalidQueryException
org.gcube.informationsystem.resourceregistry.api.exceptions.queries.InvalidQueryExceptionpublic static JsonQueryERElement getJsonQueryERElement(org.gcube.com.fasterxml.jackson.databind.JsonNode jsonQuery) throws org.gcube.informationsystem.resourceregistry.api.exceptions.types.SchemaNotFoundException, org.gcube.informationsystem.resourceregistry.api.exceptions.types.SchemaException, org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException
org.gcube.informationsystem.resourceregistry.api.exceptions.types.SchemaNotFoundExceptionorg.gcube.informationsystem.resourceregistry.api.exceptions.types.SchemaExceptionorg.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryExceptionpublic StringBuffer createQuery() throws org.gcube.informationsystem.resourceregistry.api.exceptions.types.SchemaException, org.gcube.informationsystem.resourceregistry.api.exceptions.queries.InvalidQueryException, org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException
org.gcube.informationsystem.resourceregistry.api.exceptions.types.SchemaExceptionorg.gcube.informationsystem.resourceregistry.api.exceptions.queries.InvalidQueryExceptionorg.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryExceptionpublic String query() throws org.gcube.informationsystem.resourceregistry.api.exceptions.queries.InvalidQueryException, org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException
org.gcube.informationsystem.resourceregistry.api.exceptions.queries.InvalidQueryExceptionorg.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryExceptionCopyright © 2022. All Rights Reserved.