Package org.ehrbase.aql.containment
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JsonPathQueryResult(String templateId, Map<String,Object> objectMap)JsonPathQueryResult(String templateId, Set<String> aqlPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getAqlPath()StringgetTemplateId()
-