|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.update.UpdateFactory
public class UpdateFactory
| Constructor Summary | |
|---|---|
UpdateFactory()
|
|
| Method Summary | |
|---|---|
static UpdateRequest |
create()
Create an empty UpdateRequest |
static UpdateRequest |
create(java.lang.String str)
Create an UpdateRequest by parsing the given string |
static UpdateProcessor |
create(com.hp.hpl.jena.sparql.modify.op.Update update,
GraphStore graphStore)
Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor |
static UpdateProcessor |
create(com.hp.hpl.jena.sparql.modify.op.Update update,
GraphStore graphStore,
com.hp.hpl.jena.sparql.engine.binding.Binding initialBinding)
Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor |
static UpdateProcessor |
create(com.hp.hpl.jena.sparql.modify.op.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,
com.hp.hpl.jena.sparql.engine.binding.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 |
static UpdateRequest |
read(java.io.InputStream in)
Create an UpdateRequest by reading it from an InputStream (note that conversion to UTF-8 will be applied automatically) |
static UpdateRequest |
read(java.lang.String fileName)
Create an UpdateRequest by reading it from a file |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UpdateFactory()
| Method Detail |
|---|
public static UpdateRequest create()
public static UpdateRequest create(java.lang.String str)
public static UpdateRequest read(java.lang.String fileName)
public static UpdateRequest read(java.io.InputStream in)
public static UpdateProcessor create(com.hp.hpl.jena.sparql.modify.op.Update update,
GraphStore graphStore)
update - graphStore -
public static UpdateProcessor create(com.hp.hpl.jena.sparql.modify.op.Update update,
GraphStore graphStore,
QuerySolution initialSolution)
update - graphStore - initialSolution -
public static UpdateProcessor create(com.hp.hpl.jena.sparql.modify.op.Update update,
GraphStore graphStore,
com.hp.hpl.jena.sparql.engine.binding.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,
com.hp.hpl.jena.sparql.engine.binding.Binding initialBinding)
updateRequest - graphStore - initialBinding -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||