|
||||||||||
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(String string)
Create an UpdateRequest by parsing from a string. |
static UpdateRequest |
create(String string,
String baseURI)
Create an UpdateRequest by parsing from a string. |
static UpdateRequest |
create(String string,
String baseURI,
Syntax syntax)
Create an UpdateRequest by parsing from a string. |
static UpdateRequest |
create(String string,
Syntax syntax)
Create an UpdateRequest by parsing from a string. |
static UpdateProcessor |
create(Update update,
GraphStore graphStore)
Deprecated. Use UpdateExecutionFactory.create(Update,GraphStore) instead |
static UpdateProcessor |
create(Update update,
GraphStore graphStore,
Binding initialBinding)
Deprecated. Use UpdateExecutionFactory.create(Update,GraphStore,Binding) instead |
static UpdateProcessor |
create(Update update,
GraphStore graphStore,
QuerySolution initialSolution)
Deprecated. Use UpdateExecutionFactory.create(Update,GraphStore,QuerySolution) instead |
static UpdateProcessor |
create(UpdateRequest updateRequest,
GraphStore graphStore)
Deprecated. Use UpdateExecutionFactory.create(UpdateRequest,GraphStore) instead |
static UpdateProcessor |
create(UpdateRequest updateRequest,
GraphStore graphStore,
Binding initialBinding)
Deprecated. Use UpdateExecutionFactory.create(UpdateRequest,GraphStore,Binding) instead |
static UpdateProcessor |
create(UpdateRequest updateRequest,
GraphStore graphStore,
QuerySolution initialSolution)
Deprecated. Use UpdateExecutionFactory.create(UpdateRequest,GraphStore,QuerySolution) instead |
static void |
parse(UpdateRequest request,
String updateString)
|
static void |
parse(UpdateRequest request,
String updateString,
String baseURI)
|
static void |
parse(UpdateRequest request,
String updateString,
String baseURI,
Syntax syntax)
|
static void |
parse(UpdateRequest request,
String updateString,
Syntax syntax)
|
static UpdateRequest |
read(InputStream input)
Create an UpdateRequest by parsing from a string. |
static UpdateRequest |
read(InputStream input,
String baseURI)
Create an UpdateRequest by parsing from a string. |
static UpdateRequest |
read(InputStream input,
String baseURI,
Syntax syntax)
Create an UpdateRequest by parsing from a string. |
static UpdateRequest |
read(InputStream input,
Syntax syntax)
Create an UpdateRequest by parsing from a string. |
static UpdateRequest |
read(String fileName)
Create an UpdateRequest by reading it from a file |
static UpdateRequest |
read(String fileName,
String baseURI,
Syntax syntax)
Create an UpdateRequest by reading it from a file |
static UpdateRequest |
read(String fileName,
Syntax syntax)
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(String string)
string
- The update request as a string.public static UpdateRequest create(String string, Syntax syntax)
string
- The update request as a string.syntax
- The update language syntaxpublic static UpdateRequest create(String string, String baseURI)
string
- The update request as a string.baseURI
- The base URI for resolving relative URIs.public static UpdateRequest create(String string, String baseURI, Syntax syntax)
string
- The update request as a string.baseURI
- The base URI for resolving relative URIs.syntax
- The update language syntaxpublic static void parse(UpdateRequest request, String updateString)
public static void parse(UpdateRequest request, String updateString, Syntax syntax)
public static void parse(UpdateRequest request, String updateString, String baseURI)
public static void parse(UpdateRequest request, String updateString, String baseURI, Syntax syntax)
public static UpdateRequest read(String fileName)
public static UpdateRequest read(String fileName, Syntax syntax)
public static UpdateRequest read(String fileName, String baseURI, Syntax syntax)
public static UpdateRequest read(InputStream input)
input
- The source of the update request (must be UTF-8).public static UpdateRequest read(InputStream input, Syntax syntax)
input
- The source of the update request (must be UTF-8).syntax
- The update language syntaxpublic static UpdateRequest read(InputStream input, String baseURI)
input
- The source of the update request (must be UTF-8).baseURI
- The base URI for resolving relative URIs.public static UpdateRequest read(InputStream input, String baseURI, Syntax syntax)
input
- The source of the update request (must be UTF-8).baseURI
- The base URI for resolving relative URIs.syntax
- The update language syntax@Deprecated public static UpdateProcessor create(Update update, GraphStore graphStore)
UpdateExecutionFactory.create(Update,GraphStore)
instead
update
- graphStore
-
@Deprecated public static UpdateProcessor create(Update update, GraphStore graphStore, QuerySolution initialSolution)
UpdateExecutionFactory.create(Update,GraphStore,QuerySolution)
instead
update
- graphStore
- initialSolution
-
@Deprecated public static UpdateProcessor create(Update update, GraphStore graphStore, Binding initialBinding)
UpdateExecutionFactory.create(Update,GraphStore,Binding)
instead
update
- graphStore
- initialBinding
-
@Deprecated public static UpdateProcessor create(UpdateRequest updateRequest, GraphStore graphStore)
UpdateExecutionFactory.create(UpdateRequest,GraphStore)
instead
updateRequest
- graphStore
-
@Deprecated public static UpdateProcessor create(UpdateRequest updateRequest, GraphStore graphStore, QuerySolution initialSolution)
UpdateExecutionFactory.create(UpdateRequest,GraphStore,QuerySolution)
instead
updateRequest
- graphStore
- initialSolution
-
@Deprecated public static UpdateProcessor create(UpdateRequest updateRequest, GraphStore graphStore, Binding initialBinding)
UpdateExecutionFactory.create(UpdateRequest,GraphStore,Binding)
instead
updateRequest
- graphStore
- initialBinding
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |