Package | Description |
---|---|
cz.cuni.mff.odcleanstore.engine.outputws.output | |
cz.cuni.mff.odcleanstore.queryexecution |
Components shared by odcs-inputclient and Input Webservice.
|
Modifier and Type | Method and Description |
---|---|
org.restlet.representation.Representation |
TriGFormatter.format(BasicQueryResult result,
org.restlet.data.Reference requestReference) |
org.restlet.representation.Representation |
RDFXMLFormatter.format(BasicQueryResult result,
org.restlet.data.Reference requestReference) |
org.restlet.representation.Representation |
QueryResultFormatter.format(BasicQueryResult result,
org.restlet.data.Reference requestReference)
Returns a formatted representation of a query result.
|
org.restlet.representation.Representation |
HTMLFormatter.format(BasicQueryResult result,
org.restlet.data.Reference requestReference) |
org.restlet.representation.Representation |
DebugFormatter.format(BasicQueryResult result,
org.restlet.data.Reference requestReference) |
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.
|
BasicQueryResult |
QueryExecution.findURI(String uri,
QueryConstraintSpec constraints,
AggregationSpec aggregationSpec)
URI search query.
|
Copyright © 2013. All Rights Reserved.