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 EndpointAccessor
public org.apache.jena.rdf.model.Model loadModel(org.apache.jena.query.Query query, List<URI> defaultGraphUris, List<URI> namedGraphUris)
loadModel
in interface EndpointAccessor
public org.apache.jena.query.ResultSetRewindable select(org.apache.jena.query.Query query, List<URI> defaultGraphUris, List<URI> namedGraphUris)
select
in interface EndpointAccessor
public boolean ask(org.apache.jena.query.Query query, List<URI> defaultGraphUris, List<URI> namedGraphUris)
ask
in interface EndpointAccessor
public void update(org.apache.jena.update.UpdateRequest updateRequest, List<URI> usingGraphUris, List<URI> usingNamedGraphUris)
update
in interface EndpointAccessor
public SPARQLClient getSPARQLClient()
Copyright © 2013–2019. All rights reserved.