|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.update.UpdateExecutionFactory
public class UpdateExecutionFactory
Create UpdateProcessors (one-time executions of a SPARQL Update request)
| Constructor Summary | |
|---|---|
UpdateExecutionFactory()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UpdateExecutionFactory()
| Method Detail |
|---|
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 -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||