Uses of Class
org.ehrbase.api.definitions.QueryMode
-
Packages that use QueryMode Package Description org.ehrbase.api.definitions org.ehrbase.api.service -
-
Uses of QueryMode in org.ehrbase.api.definitions
Methods in org.ehrbase.api.definitions that return QueryMode Modifier and Type Method Description static QueryModeQueryMode. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryMode[]QueryMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of QueryMode in org.ehrbase.api.service
Methods in org.ehrbase.api.service with parameters of type QueryMode Modifier and Type Method Description org.ehrbase.response.ehrscape.QueryResultDtoQueryService. query(String queryString, Map<String,Object> parameters, QueryMode queryMode, boolean explain)org.ehrbase.response.ehrscape.QueryResultDtoQueryService. query(String queryString, QueryMode queryMode, boolean explain)simple query where the full json expression contains both query (key = 'q') and optional parameters (key = 'query-parameters')
-