Uses of Class
org.gcube.informationsystem.resourceregistry.queries.json.base.JsonQueryERElement
-
-
Uses of JsonQueryERElement in org.gcube.informationsystem.resourceregistry.queries.json
Fields in org.gcube.informationsystem.resourceregistry.queries.json declared as JsonQueryERElement Modifier and Type Field Description protected JsonQueryERElementJsonQuery. entryPointMethods in org.gcube.informationsystem.resourceregistry.queries.json that return JsonQueryERElement Modifier and Type Method Description static JsonQueryERElementJsonQuery. getJsonQueryERElement(org.gcube.com.fasterxml.jackson.databind.JsonNode jsonQuery) -
Uses of JsonQueryERElement in org.gcube.informationsystem.resourceregistry.queries.json.base
Fields in org.gcube.informationsystem.resourceregistry.queries.json.base with type parameters of type JsonQueryERElement Modifier and Type Field Description protected List<JsonQueryERElement>JsonQueryERElement. breadcrumbThe chain of callers of this instance analyzer.Methods in org.gcube.informationsystem.resourceregistry.queries.json.base that return types with arguments of type JsonQueryERElement Modifier and Type Method Description List<JsonQueryERElement>JsonQueryERElement. getBreadcrumb()protected List<JsonQueryERElement>JsonQueryERElement. getChildrenBreadcrumb()Method parameters in org.gcube.informationsystem.resourceregistry.queries.json.base with type arguments of type JsonQueryERElement Modifier and Type Method Description protected abstract StringBufferJsonQueryERElement. getSpecificMatchQuery(List<JsonQueryERElement> childrenBreadcrumb)voidJsonQueryERElement. setBreadcrumb(List<JsonQueryERElement> breadcrumb) -
Uses of JsonQueryERElement in org.gcube.informationsystem.resourceregistry.queries.json.base.entities
Subclasses of JsonQueryERElement in org.gcube.informationsystem.resourceregistry.queries.json.base.entities Modifier and Type Class Description classJsonQueryEntityclassJsonQueryFacetclassJsonQueryResourceMethod parameters in org.gcube.informationsystem.resourceregistry.queries.json.base.entities with type arguments of type JsonQueryERElement Modifier and Type Method Description protected StringBufferJsonQueryFacet. getSpecificMatchQuery(List<JsonQueryERElement> childrenBreadcrumb)protected StringBufferJsonQueryResource. getSpecificMatchQuery(List<JsonQueryERElement> childrenBreadcrumb) -
Uses of JsonQueryERElement in org.gcube.informationsystem.resourceregistry.queries.json.base.relations
Subclasses of JsonQueryERElement in org.gcube.informationsystem.resourceregistry.queries.json.base.relations Modifier and Type Class Description classJsonQueryConsistsOfclassJsonQueryIsRelatedToclassJsonQueryRelationMethod parameters in org.gcube.informationsystem.resourceregistry.queries.json.base.relations with type arguments of type JsonQueryERElement Modifier and Type Method Description protected StringBufferJsonQueryConsistsOf. getSpecificMatchQuery(List<JsonQueryERElement> childrenBreadcrumb)protected StringBufferJsonQueryIsRelatedTo. getSpecificMatchQuery(List<JsonQueryERElement> childrenBreadcrumb)
-