public abstract class ServletSparqlUpdateBase extends Object
| Constructor and Description |
|---|
ServletSparqlUpdateBase() |
| Modifier and Type | Method and Description |
|---|---|
static com.hp.hpl.jena.update.UpdateProcessor |
createUpdateProcessor(org.aksw.jena_sparql_api.core.SparqlServiceFactory ssf,
String serviceUri,
String requestStr,
List<String> usingGraphUris,
List<String> usingNamedGraphUris,
org.apache.jena.atlas.web.auth.HttpAuthenticator authenticator) |
com.hp.hpl.jena.update.UpdateProcessor |
createUpdateProcessor(String serviceUri,
String requestStr,
List<String> usingGraphUris,
List<String> usingNamedGraphUris) |
void |
executeUpdateAny(javax.ws.rs.container.AsyncResponse asyncResponse,
String serviceUri,
String queryString,
List<String> usingGraphUris,
List<String> usingNamedGraphUris) |
void |
executeUpdateGet(javax.ws.rs.container.AsyncResponse asyncResponse,
String serviceUri,
String queryString,
List<String> usingGraphUris,
List<String> usingNamedGraphUris) |
void |
executeUpdatePost(javax.ws.rs.container.AsyncResponse asyncResponse,
String serviceUri,
String queryString,
List<String> usingGraphUris,
List<String> usingNamedGraphUris) |
protected abstract org.aksw.jena_sparql_api.core.SparqlServiceFactory |
getSparqlServiceFactory() |
void |
processUpdateAsync(javax.ws.rs.container.AsyncResponse response,
String serviceUri,
String requestStr,
List<String> usingGraphUris,
List<String> usingNamedGraphUris) |
protected abstract org.aksw.jena_sparql_api.core.SparqlServiceFactory getSparqlServiceFactory()
@GET
@Produces(value="application/json")
public void executeUpdateGet(@Suspended
javax.ws.rs.container.AsyncResponse asyncResponse,
@QueryParam(value="service-uri")
String serviceUri,
@QueryParam(value="update")
String queryString,
@QueryParam(value="using-graph-uri")
List<String> usingGraphUris,
@QueryParam(value="using-named-graphuri")
List<String> usingNamedGraphUris)
throws Exception
Exception@POST
@Produces(value="application/json")
public void executeUpdatePost(@Suspended
javax.ws.rs.container.AsyncResponse asyncResponse,
@FormParam(value="service-uri")
String serviceUri,
@FormParam(value="update")
String queryString,
@FormParam(value="using-graph-uri")
List<String> usingGraphUris,
@FormParam(value="using-named-graphuri")
List<String> usingNamedGraphUris)
throws Exception
Exceptionpublic void executeUpdateAny(@Suspended
javax.ws.rs.container.AsyncResponse asyncResponse,
String serviceUri,
String queryString,
List<String> usingGraphUris,
List<String> usingNamedGraphUris)
throws Exception
Exceptionpublic com.hp.hpl.jena.update.UpdateProcessor createUpdateProcessor(String serviceUri, String requestStr, List<String> usingGraphUris, List<String> usingNamedGraphUris)
public static com.hp.hpl.jena.update.UpdateProcessor createUpdateProcessor(org.aksw.jena_sparql_api.core.SparqlServiceFactory ssf,
String serviceUri,
String requestStr,
List<String> usingGraphUris,
List<String> usingNamedGraphUris,
org.apache.jena.atlas.web.auth.HttpAuthenticator authenticator)
Copyright © 2015. All rights reserved.