Uses of Class
org.ehrbase.client.aql.parameter.ParameterValue
-
Packages that use ParameterValue Package Description org.ehrbase.client.aql.parameter org.ehrbase.client.openehrclient org.ehrbase.client.openehrclient.defaultrestclient -
-
Uses of ParameterValue in org.ehrbase.client.aql.parameter
Methods in org.ehrbase.client.aql.parameter that return ParameterValue Modifier and Type Method Description ParameterValue<T>Parameter. setValue(T value) -
Uses of ParameterValue in org.ehrbase.client.openehrclient
Methods in org.ehrbase.client.openehrclient with parameters of type ParameterValue Modifier and Type Method Description <T extends Record>
List<T>AqlEndpoint. execute(Query<T> query, ParameterValue... parameterValues)QueryResponseDataAqlEndpoint. executeRaw(Query query, ParameterValue... parameterValues) -
Uses of ParameterValue in org.ehrbase.client.openehrclient.defaultrestclient
Methods in org.ehrbase.client.openehrclient.defaultrestclient with parameters of type ParameterValue Modifier and Type Method Description <T extends Record>
List<T>DefaultRestAqlEndpoint. execute(Query<T> query, ParameterValue... parameterValues)QueryResponseDataDefaultRestAqlEndpoint. executeRaw(Query query, ParameterValue... parameters)
-