|
||||||||||
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 a 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 a 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 a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor |
static UpdateProcessor |
create(UpdateRequest updateRequest,
GraphStore graphStore)
Create a 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 a 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 a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor |
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
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |