public class FluentSparqlService<P> extends FluentBase<SparqlService,P>
fn, parentSupplier| Constructor and Description |
|---|
FluentSparqlService(SparqlService sparqlService) |
| Modifier and Type | Method and Description |
|---|---|
FluentSparqlServiceFn<FluentSparqlService<P>> |
config() |
static FluentSparqlService<?> |
forModel() |
static FluentSparqlService<?> |
from(QueryExecutionFactory qef,
UpdateExecutionFactory uef) |
static FluentSparqlService<?> |
from(SparqlService sparqlService) |
static FluentSparqlService<?> |
http(SparqlServiceReference sparqlService) |
static FluentSparqlService<?> |
http(String service,
com.hp.hpl.jena.sparql.core.DatasetDescription datasetDescription) |
static FluentSparqlService<?> |
http(String service,
com.hp.hpl.jena.sparql.core.DatasetDescription datasetDescription,
org.apache.jena.atlas.web.auth.HttpAuthenticator authenticator) |
static FluentSparqlService<?> |
http(String service,
List<String> defaultGraphs) |
static FluentSparqlService<?> |
http(String service,
String... defaultGraphs) |
static FluentSparqlService<?> |
http(String service,
String defaultGraph,
org.apache.jena.atlas.web.auth.HttpAuthenticator authenticator) |
create, end, setParentSupplier, valuepublic FluentSparqlService(SparqlService sparqlService)
public FluentSparqlServiceFn<FluentSparqlService<P>> config()
public static FluentSparqlService<?> forModel()
public static FluentSparqlService<?> http(String service, String... defaultGraphs)
public static FluentSparqlService<?> http(String service, String defaultGraph, org.apache.jena.atlas.web.auth.HttpAuthenticator authenticator)
public static FluentSparqlService<?> http(SparqlServiceReference sparqlService)
public static FluentSparqlService<?> http(String service, List<String> defaultGraphs)
public static FluentSparqlService<?> http(String service, com.hp.hpl.jena.sparql.core.DatasetDescription datasetDescription)
public static FluentSparqlService<?> http(String service, com.hp.hpl.jena.sparql.core.DatasetDescription datasetDescription, org.apache.jena.atlas.web.auth.HttpAuthenticator authenticator)
public static FluentSparqlService<?> from(QueryExecutionFactory qef, UpdateExecutionFactory uef)
public static FluentSparqlService<?> from(SparqlService sparqlService)
Copyright © 2015. All rights reserved.