Class DefaultRestAqlEndpoint
- java.lang.Object
-
- org.ehrbase.client.openehrclient.defaultrestclient.DefaultRestAqlEndpoint
-
- All Implemented Interfaces:
AqlEndpoint
public class DefaultRestAqlEndpoint extends Object implements AqlEndpoint
-
-
Field Summary
Fields Modifier and Type Field Description static com.fasterxml.jackson.databind.ObjectMapperAQL_OBJECT_MAPPERstatic StringAQL_PATHstatic StringQUERY_MAP_KEY
-
Constructor Summary
Constructors Constructor Description DefaultRestAqlEndpoint(DefaultRestClient defaultRestClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends Record>
List<T>execute(Query<T> query, ParameterValue... parameterValues)QueryResponseDataexecuteRaw(Query query, ParameterValue... parameters)
-
-
-
Field Detail
-
AQL_PATH
public static final String AQL_PATH
- See Also:
- Constant Field Values
-
QUERY_MAP_KEY
public static final String QUERY_MAP_KEY
- See Also:
- Constant Field Values
-
AQL_OBJECT_MAPPER
public static final com.fasterxml.jackson.databind.ObjectMapper AQL_OBJECT_MAPPER
-
-
Constructor Detail
-
DefaultRestAqlEndpoint
public DefaultRestAqlEndpoint(DefaultRestClient defaultRestClient)
-
-
Method Detail
-
execute
public <T extends Record> List<T> execute(Query<T> query, ParameterValue... parameterValues)
- Specified by:
executein interfaceAqlEndpoint
-
executeRaw
public QueryResponseData executeRaw(Query query, ParameterValue... parameters)
- Specified by:
executeRawin interfaceAqlEndpoint
-
-