|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openrdf.query.impl.AbstractOperation
org.openrdf.query.impl.AbstractQuery
org.openrdf.repository.http.HTTPQuery
org.openrdf.repository.http.HTTPGraphQuery
public class HTTPGraphQuery
GraphQuery implementation specific to the HTTP protocol. Methods in this class may throw the specific RepositoryException subclass UnautorizedException, the semantics of which is defined by the HTTP protocol.
UnauthorizedException| Field Summary |
|---|
| Fields inherited from class org.openrdf.repository.http.HTTPQuery |
|---|
baseURI, httpCon, queryLanguage, queryString |
| Fields inherited from class org.openrdf.query.impl.AbstractQuery |
|---|
maxQueryTime |
| Fields inherited from class org.openrdf.query.impl.AbstractOperation |
|---|
bindings, dataset, includeInferred |
| Constructor Summary | |
|---|---|
HTTPGraphQuery(org.openrdf.repository.http.HTTPRepositoryConnection con,
QueryLanguage ql,
String queryString,
String baseURI)
|
|
| Method Summary | |
|---|---|
GraphQueryResult |
evaluate()
|
void |
evaluate(RDFHandler handler)
|
| Methods inherited from class org.openrdf.repository.http.HTTPQuery |
|---|
getBindingsArray, toString |
| Methods inherited from class org.openrdf.query.impl.AbstractQuery |
|---|
getMaxQueryTime, setMaxQueryTime |
| Methods inherited from class org.openrdf.query.impl.AbstractOperation |
|---|
clearBindings, getBindings, getDataset, getIncludeInferred, removeBinding, setBinding, setDataset, setIncludeInferred |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.openrdf.query.Query |
|---|
getMaxQueryTime, setMaxQueryTime |
| Methods inherited from interface org.openrdf.query.Operation |
|---|
clearBindings, getBindings, getDataset, getIncludeInferred, removeBinding, setBinding, setDataset, setIncludeInferred |
| Constructor Detail |
|---|
public HTTPGraphQuery(org.openrdf.repository.http.HTTPRepositoryConnection con,
QueryLanguage ql,
String queryString,
String baseURI)
| Method Detail |
|---|
public GraphQueryResult evaluate()
throws QueryEvaluationException
evaluate in interface GraphQueryQueryEvaluationException
public void evaluate(RDFHandler handler)
throws QueryEvaluationException,
RDFHandlerException
evaluate in interface GraphQueryQueryEvaluationException
RDFHandlerException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||