Package | Description |
---|---|
cz.cuni.mff.odcleanstore.engine.outputws | |
cz.cuni.mff.odcleanstore.queryexecution |
Components shared by odcs-inputclient and Input Webservice.
|
cz.cuni.mff.odcleanstore.queryexecution.impl |
The Query Execution component - implementation.
|
Modifier and Type | Method and Description |
---|---|
protected org.restlet.representation.Representation |
UriQueryExecutorResource.execute() |
protected abstract org.restlet.representation.Representation |
QueryExecutorResourceBase.execute()
Serve the current request.
|
protected org.restlet.representation.Representation |
NamedGraphQueryExecutorResource.execute() |
protected org.restlet.representation.Representation |
MetadataQueryExecutorResource.execute() |
protected org.restlet.representation.Representation |
KeywordQueryExecutorResource.execute() |
Modifier and Type | Method and Description |
---|---|
BasicQueryResult |
QueryExecution.findKeyword(String keywords,
QueryConstraintSpec constraints,
AggregationSpec aggregationSpec)
Keyword search query.
|
BasicQueryResult |
QueryExecution.findNamedGraph(String namedGraphURI,
QueryConstraintSpec constraints,
AggregationSpec aggregationSpec)
Named graph search query.
|
MetadataQueryResult |
QueryExecution.findNamedGraphMetadata(String namedGraphURI)
Named graph provenance metadata query.
|
BasicQueryResult |
QueryExecution.findURI(String uri,
QueryConstraintSpec constraints,
AggregationSpec aggregationSpec)
URI search query.
|
Modifier and Type | Method and Description |
---|---|
String |
PrefixMapping.expandPrefix(String prefixedName)
Expands a prefixed name to a whole URI.
|
static AggregationSpec |
QueryExecutionHelper.expandPropertyNames(AggregationSpec aggregationSpec,
PrefixMapping prefixMapping)
Expands prefixed names in the given aggregation settings to full URIs.
|
protected PrefixMapping |
PrefixMappingCache.loadCachedValue() |
protected String |
LabelPropertiesListCache.loadCachedValue() |
protected AggregationSpec |
DefaultAggregationConfigurationCache.loadCachedValue() |
Copyright © 2013. All Rights Reserved.