UpdateRequest |
UpdateRequest.add(Update update) |
|
static UpdateProcessor |
UpdateExecutionFactory.create(Update update,
Dataset dataset) |
Create an UpdateProcessor appropriate to the datasetGraph, or null if no
available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.create(Update update,
Dataset dataset,
QuerySolution inputBinding) |
Create an UpdateProcessor appropriate to the datasetGraph, or null if no
available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.create(Update update,
DatasetGraph datasetGraph) |
Create an UpdateProcessor appropriate to the datasetGraph, or null if no
available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.create(Update update,
DatasetGraph datasetGraph,
Binding inputBinding) |
Create an UpdateProcessor appropriate to the datasetGraph, or null if no
available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.createRemote(Update update,
java.lang.String remoteEndpoint) |
Create an UpdateProcessor that sends the update to a remote SPARQL Update
service.
|
static UpdateProcessor |
UpdateExecutionFactory.createRemote(Update update,
java.lang.String remoteEndpoint,
org.apache.http.client.HttpClient client) |
Create an UpdateProcessor that sends the update to a remote SPARQL Update
service.
|
static UpdateProcessor |
UpdateExecutionFactory.createRemote(Update update,
java.lang.String remoteEndpoint,
org.apache.http.client.HttpClient client,
org.apache.http.protocol.HttpContext httpContext) |
Create an UpdateProcessor that sends the update to a remote SPARQL Update
service.
|
static UpdateProcessor |
UpdateExecutionFactory.createRemote(Update update,
java.lang.String remoteEndpoint,
Context context) |
Create an UpdateProcessor that sends the update to a remote SPARQL Update
service.
|
static UpdateProcessor |
UpdateExecutionFactory.createRemote(Update update,
java.lang.String remoteEndpoint,
Context context,
org.apache.http.client.HttpClient client) |
Create an UpdateProcessor that sends the update to a remote SPARQL Update
service.
|
static UpdateProcessor |
UpdateExecutionFactory.createRemote(Update update,
java.lang.String remoteEndpoint,
Context context,
org.apache.http.client.HttpClient client,
org.apache.http.protocol.HttpContext httpContext) |
Create an UpdateProcessor that sends the update to a remote SPARQL Update
service.
|
static UpdateProcessor |
UpdateExecutionFactory.createRemoteForm(Update update,
java.lang.String remoteEndpoint) |
Create an UpdateProcessor that sends the update request to a remote SPARQL
Update service using an HTML form
|
static UpdateProcessor |
UpdateExecutionFactory.createRemoteForm(Update update,
java.lang.String remoteEndpoint,
org.apache.http.client.HttpClient client) |
Create an UpdateProcessor that sends the update request to a remote SPARQL
Update service using an HTML form
|
static UpdateProcessor |
UpdateExecutionFactory.createRemoteForm(Update update,
java.lang.String remoteEndpoint,
org.apache.http.client.HttpClient client,
org.apache.http.protocol.HttpContext httpContext) |
Create an UpdateProcessor that sends the update request to a remote SPARQL
Update service using an HTML form
|
static UpdateProcessor |
UpdateExecutionFactory.createRemoteForm(Update update,
java.lang.String remoteEndpoint,
Context context) |
Create an UpdateProcessor that sends the update request to a remote SPARQL
Update service using an HTML form
|
static UpdateProcessor |
UpdateExecutionFactory.createRemoteForm(Update update,
java.lang.String remoteEndpoint,
Context context,
org.apache.http.client.HttpClient client) |
Create an UpdateProcessor that sends the update request to a remote SPARQL
Update service using an HTML form
|
static UpdateProcessor |
UpdateExecutionFactory.createRemoteForm(Update update,
java.lang.String remoteEndpoint,
Context context,
org.apache.http.client.HttpClient client,
org.apache.http.protocol.HttpContext httpContext) |
Create an UpdateProcessor that sends the update request to a remote SPARQL
Update service using an HTML form
|
abstract boolean |
Update.equalTo(Update other,
NodeIsomorphismMap isoMap) |
Compare by isomorphism - if the isomorphism map is null, compare nodes by .equals
|
static void |
UpdateAction.execute(Update update,
Graph graph) |
Execute a single SPARQL Update operation.
|
static void |
UpdateAction.execute(Update update,
Dataset dataset) |
Execute a single SPARQL Update operation.
|
static void |
UpdateAction.execute(Update update,
Dataset dataset,
QuerySolution inputBinding) |
Execute a single SPARQL Update operation.
|
static void |
UpdateAction.execute(Update update,
Model model) |
Execute a single SPARQL Update operation.
|
static void |
UpdateAction.execute(Update update,
DatasetGraph dataset) |
Execute a single SPARQL Update operation.
|
static void |
UpdateAction.execute(Update update,
DatasetGraph datasetGraph,
Binding inputBinding) |
Execute a single SPARQL Update operation.
|