public class UpdateExecutionFactory extends Object
| Constructor and Description |
|---|
UpdateExecutionFactory() |
| Modifier and Type | Method and Description |
|---|---|
static UpdateProcessor |
create(Update update,
GraphStore graphStore)
Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
create(Update update,
GraphStore graphStore,
Binding initialBinding)
Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
create(Update update,
GraphStore graphStore,
QuerySolution initialSolution)
Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
create(UpdateRequest updateRequest,
GraphStore graphStore)
Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
create(UpdateRequest updateRequest,
GraphStore graphStore,
Binding initialBinding)
Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
create(UpdateRequest updateRequest,
GraphStore graphStore,
QuerySolution initialSolution)
Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
createRemote(UpdateRequest updateRequest,
String remoteEndpoint)
Create an UpdateProcessor that send the update request to a remote SPARQL Update service.
|
static UpdateProcessor |
createRemote(Update update,
String remoteEndpoint)
Create an UpdateProcessor that send the update to a remote SPARQL Update service.
|
static UpdateProcessor |
createRemoteForm(UpdateRequest updateRequest,
String remoteEndpoint)
Create an UpdateProcessor that send the update request to a remote SPARQL Update service using an HTML form
|
static UpdateProcessor |
createRemoteForm(Update update,
String remoteEndpoint)
Create an UpdateProcessor that send the update request to a remote SPARQL Update service using an HTML form
|
public static UpdateProcessor create(Update update, GraphStore graphStore)
update - graphStore - public static UpdateProcessor create(Update update, GraphStore graphStore, QuerySolution initialSolution)
update - graphStore - initialSolution - public static UpdateProcessor create(Update update, GraphStore graphStore, Binding initialBinding)
update - graphStore - initialBinding - public static UpdateProcessor create(UpdateRequest updateRequest, GraphStore graphStore)
updateRequest - graphStore - public static UpdateProcessor create(UpdateRequest updateRequest, GraphStore graphStore, QuerySolution initialSolution)
updateRequest - graphStore - initialSolution - public static UpdateProcessor create(UpdateRequest updateRequest, GraphStore graphStore, Binding initialBinding)
updateRequest - graphStore - initialBinding - public static UpdateProcessor createRemote(Update update, String remoteEndpoint)
update - remoteEndpoint - public static UpdateProcessor createRemote(UpdateRequest updateRequest, String remoteEndpoint)
updateRequest - remoteEndpoint - public static UpdateProcessor createRemoteForm(Update update, String remoteEndpoint)
update - remoteEndpoint - public static UpdateProcessor createRemoteForm(UpdateRequest updateRequest, String remoteEndpoint)
updateRequest - remoteEndpoint - Licenced under the Apache License, Version 2.0