Uses of Class
org.ehrbase.aql.containment.JsonPathQueryResult
-
Packages that use JsonPathQueryResult Package Description org.ehrbase.aql.containment org.ehrbase.ehr.knowledge org.ehrbase.service -
-
Uses of JsonPathQueryResult in org.ehrbase.aql.containment
Methods in org.ehrbase.aql.containment that return JsonPathQueryResult Modifier and Type Method Description JsonPathQueryResultTemplates. resolveForTemplate(String templateId, List<org.ehrbase.webtemplate.parser.NodeId> jsonQueryExpression)build the results for a jsonpath query applied to a defined templates in the KnowledgeCacheServiceMethods in org.ehrbase.aql.containment that return types with arguments of type JsonPathQueryResult Modifier and Type Method Description List<JsonPathQueryResult>Templates. resolve(List<org.ehrbase.webtemplate.parser.NodeId> jsonQueryExpression)build the results for a jsonpath query applied to all defined templates in the KnowledgeCacheService -
Uses of JsonPathQueryResult in org.ehrbase.ehr.knowledge
Methods in org.ehrbase.ehr.knowledge that return JsonPathQueryResult Modifier and Type Method Description JsonPathQueryResultI_KnowledgeCache. resolveForTemplate(String templateId, Collection<org.ehrbase.webtemplate.parser.NodeId> jsonQueryExpression) -
Uses of JsonPathQueryResult in org.ehrbase.service
Methods in org.ehrbase.service that return JsonPathQueryResult Modifier and Type Method Description JsonPathQueryResultKnowledgeCacheService. resolveForTemplate(String templateId, Collection<org.ehrbase.webtemplate.parser.NodeId> nodeIds)
-