protected TupleQueryResult |
SPARQLProtocolSession.getBackgroundTupleQueryResult(org.apache.http.client.methods.HttpUriRequest method,
java.lang.ref.WeakReference<?> callerRef) |
Deprecated.
|
TupleQueryResult |
RDF4JProtocolSession.getContextIDs() |
|
void |
RDF4JProtocolSession.getContextIDs(TupleQueryResultHandler handler) |
|
TupleQueryResult |
RDF4JProtocolSession.getNamespaces() |
|
void |
RDF4JProtocolSession.getNamespaces(TupleQueryResultHandler handler) |
|
protected void |
SPARQLProtocolSession.getRDF(org.apache.http.client.methods.HttpUriRequest method,
RDFHandler handler,
boolean requireContext) |
Parse the response in this thread using the provided RDFHandler .
|
protected GraphQueryResult |
SPARQLProtocolSession.getRDFBackground(org.apache.http.client.methods.HttpUriRequest method,
boolean requireContext,
java.lang.ref.WeakReference<?> callerRef) |
Deprecated.
|
void |
RDF4JProtocolSession.getRepositoryConfig(StatementCollector statementCollector) |
Retrieve configuration of the current repository and send it to the supplied StatementCollector
|
TupleQueryResult |
RDF4JProtocolSession.getRepositoryList() |
|
void |
RDF4JProtocolSession.getRepositoryList(TupleQueryResultHandler handler) |
|
void |
RDF4JProtocolSession.getStatements(Resource subj,
IRI pred,
Value obj,
boolean includeInferred,
RDFHandler handler,
Resource... contexts) |
|
protected void |
SPARQLProtocolSession.getTupleQueryResult(org.apache.http.client.methods.HttpUriRequest method,
TupleQueryResultHandler handler) |
|
boolean |
SPARQLProtocolSession.sendBooleanQuery(QueryLanguage ql,
java.lang.String query,
java.lang.String baseURI,
Dataset dataset,
boolean includeInferred,
int maxQueryTime,
Binding... bindings) |
|
boolean |
SPARQLProtocolSession.sendBooleanQuery(QueryLanguage ql,
java.lang.String query,
Dataset dataset,
boolean includeInferred,
Binding... bindings) |
|
GraphQueryResult |
SPARQLProtocolSession.sendGraphQuery(QueryLanguage ql,
java.lang.String query,
java.lang.String baseURI,
Dataset dataset,
boolean includeInferred,
int maxQueryTime,
java.lang.ref.WeakReference<?> callerRef,
Binding... bindings) |
Deprecated.
|
void |
SPARQLProtocolSession.sendGraphQuery(QueryLanguage ql,
java.lang.String query,
java.lang.String baseURI,
Dataset dataset,
boolean includeInferred,
int maxQueryTime,
RDFHandler handler,
Binding... bindings) |
|
GraphQueryResult |
SPARQLProtocolSession.sendGraphQuery(QueryLanguage ql,
java.lang.String query,
Dataset dataset,
boolean includeInferred,
java.lang.ref.WeakReference<?> callerRef,
Binding... bindings) |
Deprecated.
|
void |
SPARQLProtocolSession.sendGraphQuery(QueryLanguage ql,
java.lang.String query,
Dataset dataset,
boolean includeInferred,
RDFHandler handler,
Binding... bindings) |
|
private org.apache.http.HttpResponse |
SPARQLProtocolSession.sendGraphQueryViaHttp(org.apache.http.client.methods.HttpUriRequest method,
boolean requireContext,
java.util.Set<RDFFormat> rdfFormats) |
|
TupleQueryResult |
SPARQLProtocolSession.sendTupleQuery(QueryLanguage ql,
java.lang.String query,
java.lang.String baseURI,
Dataset dataset,
boolean includeInferred,
int maxQueryTime,
java.lang.ref.WeakReference<?> callerRef,
Binding... bindings) |
Deprecated.
|
void |
SPARQLProtocolSession.sendTupleQuery(QueryLanguage ql,
java.lang.String query,
java.lang.String baseURI,
Dataset dataset,
boolean includeInferred,
int maxQueryTime,
TupleQueryResultHandler handler,
Binding... bindings) |
|
TupleQueryResult |
SPARQLProtocolSession.sendTupleQuery(QueryLanguage ql,
java.lang.String query,
Dataset dataset,
boolean includeInferred,
java.lang.ref.WeakReference<?> callerRef,
Binding... bindings) |
Deprecated.
|
private org.apache.http.HttpResponse |
SPARQLProtocolSession.sendTupleQueryViaHttp(org.apache.http.client.methods.HttpUriRequest method,
java.util.Set<QueryResultFormat> tqrFormats) |
Send the tuple query via HTTP and throws an exception in case anything goes wrong, i.e.
|
void |
SPARQLProtocolSession.sendUpdate(QueryLanguage ql,
java.lang.String update,
java.lang.String baseURI,
Dataset dataset,
boolean includeInferred,
int maxQueryTime,
Binding... bindings) |
|
void |
SPARQLProtocolSession.sendUpdate(QueryLanguage ql,
java.lang.String update,
java.lang.String baseURI,
Dataset dataset,
boolean includeInferred,
Binding... bindings) |
|