Package org.aksw.jena_sparql_api.update
Class FluentUpdateExecutionFactory
java.lang.Object
org.aksw.jena_sparql_api.update.FluentUpdateExecutionFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()static FluentUpdateExecutionFactorystatic FluentUpdateExecutionFactoryfrom(org.apache.jena.query.Dataset dataset) static FluentUpdateExecutionFactoryfrom(org.apache.jena.query.Dataset dataset, org.apache.jena.sparql.util.Context context) static FluentUpdateExecutionFactoryfrom(org.apache.jena.rdf.model.Model model) static FluentUpdateExecutionFactoryfrom(org.apache.jena.rdf.model.Model model, org.apache.jena.sparql.util.Context context) static FluentUpdateExecutionFactoryfrom(org.apache.jena.sparql.core.DatasetGraph datasetGraph) static FluentUpdateExecutionFactoryfrom(org.apache.jena.sparql.core.DatasetGraph datasetGraph, org.apache.jena.sparql.util.Context context) static FluentUpdateExecutionFactoryhttp(String endpointUrl, org.apache.jena.sparql.core.DatasetDescription datasetDescription, HttpClient httpClient)
-
Constructor Details
-
FluentUpdateExecutionFactory
-
-
Method Details
-
create
-
from
-
from
-
from
public static FluentUpdateExecutionFactory from(org.apache.jena.rdf.model.Model model, org.apache.jena.sparql.util.Context context) -
from
-
from
public static FluentUpdateExecutionFactory from(org.apache.jena.query.Dataset dataset, org.apache.jena.sparql.util.Context context) -
from
public static FluentUpdateExecutionFactory from(org.apache.jena.sparql.core.DatasetGraph datasetGraph) -
from
public static FluentUpdateExecutionFactory from(org.apache.jena.sparql.core.DatasetGraph datasetGraph, org.apache.jena.sparql.util.Context context) -
http
public static FluentUpdateExecutionFactory http(String endpointUrl, org.apache.jena.sparql.core.DatasetDescription datasetDescription, HttpClient httpClient)
-