public interface PredefinedQueryConfigEntry
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PredefinedQueryConfigEntry.QueryParameter |
static class |
PredefinedQueryConfigEntry.QueryParameterCategory |
static interface |
PredefinedQueryConfigEntry.QueryParameterType |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getDescription() |
Optional<Map<String,Object>> |
getFrame() |
Optional<String> |
getName() |
it.unibz.inf.ontop.com.google.common.collect.ImmutableMap<String,PredefinedQueryConfigEntry.QueryParameter> |
getParameters() |
org.eclipse.rdf4j.query.Query.QueryType |
getQueryType() |
boolean |
isResultStreamingEnabled()
False by default
|
boolean |
shouldReturn404IfEmpty()
False by default
|
org.eclipse.rdf4j.query.Query.QueryType getQueryType()
boolean shouldReturn404IfEmpty()
boolean isResultStreamingEnabled()
it.unibz.inf.ontop.com.google.common.collect.ImmutableMap<String,PredefinedQueryConfigEntry.QueryParameter> getParameters()
Copyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.