Package | Description |
---|---|
org.eclipse.rdf4j.http.client |
Modifier and Type | Method and Description |
---|---|
void |
RDF4JProtocolSession.addData(InputStream contents,
String baseURI,
RDFFormat dataFormat,
Resource... contexts) |
void |
RDF4JProtocolSession.beginTransaction(IsolationLevel isolationLevel) |
void |
RDF4JProtocolSession.beginTransaction(TransactionSetting... transactionSettings) |
void |
RDF4JProtocolSession.clearNamespaces() |
void |
RDF4JProtocolSession.commitTransaction() |
TupleQueryResult |
RDF4JProtocolSession.getContextIDs() |
void |
RDF4JProtocolSession.getContextIDs(TupleQueryResultHandler handler) |
String |
RDF4JProtocolSession.getNamespace(String prefix) |
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)
Parse the response in a background thread.
|
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) |
String |
RDF4JProtocolSession.getServerProtocol() |
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)
Parse the response in this thread using the provided
TupleQueryResultHandler . |
void |
RDF4JProtocolSession.prepareTransaction() |
void |
RDF4JProtocolSession.removeData(InputStream contents,
String baseURI,
RDFFormat dataFormat,
Resource... contexts) |
void |
RDF4JProtocolSession.removeNamespacePrefix(String prefix) |
void |
RDF4JProtocolSession.rollbackTransaction() |
boolean |
SPARQLProtocolSession.sendBooleanQuery(QueryLanguage ql,
String query,
Dataset dataset,
boolean includeInferred,
Binding... bindings) |
boolean |
SPARQLProtocolSession.sendBooleanQuery(QueryLanguage ql,
String query,
String baseURI,
Dataset dataset,
boolean includeInferred,
int maxQueryTime,
Binding... bindings) |
GraphQueryResult |
SPARQLProtocolSession.sendGraphQuery(QueryLanguage ql,
String query,
Dataset dataset,
boolean includeInferred,
Binding... bindings) |
void |
SPARQLProtocolSession.sendGraphQuery(QueryLanguage ql,
String query,
Dataset dataset,
boolean includeInferred,
RDFHandler handler,
Binding... bindings) |
GraphQueryResult |
SPARQLProtocolSession.sendGraphQuery(QueryLanguage ql,
String query,
String baseURI,
Dataset dataset,
boolean includeInferred,
int maxQueryTime,
Binding... bindings) |
void |
SPARQLProtocolSession.sendGraphQuery(QueryLanguage ql,
String query,
String baseURI,
Dataset dataset,
boolean includeInferred,
int maxQueryTime,
RDFHandler handler,
Binding... bindings) |
void |
RDF4JProtocolSession.sendTransaction(Iterable<? extends TransactionOperation> txn)
Deprecated.
since 2.8.0
|
TupleQueryResult |
SPARQLProtocolSession.sendTupleQuery(QueryLanguage ql,
String query,
Dataset dataset,
boolean includeInferred,
Binding... bindings) |
TupleQueryResult |
SPARQLProtocolSession.sendTupleQuery(QueryLanguage ql,
String query,
String baseURI,
Dataset dataset,
boolean includeInferred,
int maxQueryTime,
Binding... bindings) |
void |
SPARQLProtocolSession.sendTupleQuery(QueryLanguage ql,
String query,
String baseURI,
Dataset dataset,
boolean includeInferred,
int maxQueryTime,
TupleQueryResultHandler handler,
Binding... bindings) |
void |
SPARQLProtocolSession.sendUpdate(QueryLanguage ql,
String update,
String baseURI,
Dataset dataset,
boolean includeInferred,
Binding... bindings) |
void |
SPARQLProtocolSession.sendUpdate(QueryLanguage ql,
String update,
String baseURI,
Dataset dataset,
boolean includeInferred,
int maxQueryTime,
Binding... bindings) |
void |
RDF4JProtocolSession.setNamespacePrefix(String prefix,
String name) |
long |
RDF4JProtocolSession.size(Resource... contexts) |
protected void |
RDF4JProtocolSession.upload(org.apache.http.HttpEntity reqEntity,
String baseURI,
boolean overwrite,
boolean preserveNodeIds,
Protocol.Action action,
Resource... contexts) |
protected void |
RDF4JProtocolSession.upload(InputStream contents,
String baseURI,
RDFFormat dataFormat,
boolean overwrite,
boolean preserveNodeIds,
Protocol.Action action,
Resource... contexts) |
void |
RDF4JProtocolSession.upload(InputStream contents,
String baseURI,
RDFFormat dataFormat,
boolean overwrite,
boolean preserveNodeIds,
Resource... contexts) |
protected void |
RDF4JProtocolSession.upload(Reader contents,
String baseURI,
RDFFormat dataFormat,
boolean overwrite,
boolean preserveNodeIds,
Protocol.Action action,
Resource... contexts) |
void |
RDF4JProtocolSession.upload(Reader contents,
String baseURI,
RDFFormat dataFormat,
boolean overwrite,
boolean preserveNodeIds,
Resource... contexts) |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.