public class EndpointAccessorImpl extends Object implements EndpointAccessor
| Constructor and Description |
|---|
EndpointAccessorImpl(SPARQLClient sparqlClient) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ask(org.apache.jena.query.Query query,
List<URI> defaultGraphUris,
List<URI> namedGraphUris) |
SPARQLClient |
getSPARQLClient() |
org.apache.jena.query.Dataset |
loadDataset(org.apache.jena.query.Query query,
List<URI> defaultGraphUris,
List<URI> namedGraphUris) |
org.apache.jena.rdf.model.Model |
loadModel(org.apache.jena.query.Query query,
List<URI> defaultGraphUris,
List<URI> namedGraphUris) |
org.apache.jena.query.ResultSetRewindable |
select(org.apache.jena.query.Query query,
List<URI> defaultGraphUris,
List<URI> namedGraphUris) |
void |
update(org.apache.jena.update.UpdateRequest updateRequest,
List<URI> usingGraphUris,
List<URI> usingNamedGraphUris) |
public EndpointAccessorImpl(SPARQLClient sparqlClient)
public org.apache.jena.query.Dataset loadDataset(org.apache.jena.query.Query query,
List<URI> defaultGraphUris,
List<URI> namedGraphUris)
loadDataset in interface EndpointAccessorpublic org.apache.jena.rdf.model.Model loadModel(org.apache.jena.query.Query query,
List<URI> defaultGraphUris,
List<URI> namedGraphUris)
loadModel in interface EndpointAccessorpublic org.apache.jena.query.ResultSetRewindable select(org.apache.jena.query.Query query,
List<URI> defaultGraphUris,
List<URI> namedGraphUris)
select in interface EndpointAccessorpublic boolean ask(org.apache.jena.query.Query query,
List<URI> defaultGraphUris,
List<URI> namedGraphUris)
ask in interface EndpointAccessorpublic void update(org.apache.jena.update.UpdateRequest updateRequest,
List<URI> usingGraphUris,
List<URI> usingNamedGraphUris)
update in interface EndpointAccessorpublic SPARQLClient getSPARQLClient()
Copyright © 2013–2019. All rights reserved.