Uses of Class
org.aksw.jena_sparql_api.update.FluentSparqlService
Packages that use FluentSparqlService
-
Uses of FluentSparqlService in org.aksw.jena_sparql_api.update
Methods in org.aksw.jena_sparql_api.update that return FluentSparqlServiceModifier and TypeMethodDescriptionstatic FluentSparqlService<?>FluentSparqlService.forDataset()static FluentSparqlService<?>FluentSparqlService.forDatasetGraph()static FluentSparqlService<?>FluentSparqlService.forModel()static FluentSparqlService<?>FluentSparqlService.from(String serviceUri, org.apache.jena.sparql.core.DatasetDescription datasetDescription, QueryExecutionFactory qef, UpdateExecutionFactory uef) static FluentSparqlService<?>FluentSparqlService.from(SparqlService sparqlService) static FluentSparqlService<?>FluentSparqlService.from(QueryExecutionFactory qef, UpdateExecutionFactory uef) static FluentSparqlService<?>FluentSparqlService.from(org.apache.jena.query.Dataset dataset) static FluentSparqlService<?>FluentSparqlService.from(org.apache.jena.rdf.model.Model model) static FluentSparqlService<?>FluentSparqlService.from(org.apache.jena.rdf.model.Model model, org.apache.jena.sparql.util.Context context) static FluentSparqlService<?>FluentSparqlService.from(org.apache.jena.rdfconnection.RDFConnection conn) static FluentSparqlService<?>FluentSparqlService.from(org.apache.jena.sparql.core.DatasetGraph datasetGraph) static FluentSparqlService<?>FluentSparqlService.from(org.apache.jena.sparql.core.DatasetGraph datasetGraph, org.apache.jena.sparql.util.Context context) static FluentSparqlService<?>static FluentSparqlService<?>FluentSparqlService.http(String service, String defaultGraph, HttpClient httpClient) static FluentSparqlService<?>static FluentSparqlService<?>FluentSparqlService.http(String service, org.apache.jena.sparql.core.DatasetDescription datasetDescription) static FluentSparqlService<?>FluentSparqlService.http(String service, org.apache.jena.sparql.core.DatasetDescription datasetDescription, HttpClient httpClient) static FluentSparqlService<?>FluentSparqlService.http(SparqlServiceReference sparqlService) Methods in org.aksw.jena_sparql_api.update that return types with arguments of type FluentSparqlService