Class JsonPathQueryResult

java.lang.Object
org.ehrbase.aql.containment.JsonPathQueryResult
All Implemented Interfaces:
Serializable

public class JsonPathQueryResult extends Object implements Serializable
wrap the result of a jsonpath query This is required since the result is generally a Map of multiple objects
See Also:
  • Constructor Details

    • JsonPathQueryResult

      public JsonPathQueryResult(String templateId, Map<String,Object> objectMap)
    • JsonPathQueryResult

      public JsonPathQueryResult(String templateId, Set<String> aqlPath)
  • Method Details

    • getTemplateId

      public String getTemplateId()
    • getAqlPath

      public Set<String> getAqlPath()