|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UpdateRequest | |
|---|---|
| com.hp.hpl.jena.query | ARQ - A query engine for Jena, implementing SPARQL. |
| com.hp.hpl.jena.sparql.modify | |
| com.hp.hpl.jena.sparql.modify.request | |
| com.hp.hpl.jena.update | |
| Uses of UpdateRequest in com.hp.hpl.jena.query |
|---|
| Methods in com.hp.hpl.jena.query that return UpdateRequest | |
|---|---|
UpdateRequest |
ParameterizedSparqlString.asUpdate()
Attempts to take the command text with parameters injected from the ParameterizedSparqlString.toString() method and parse it as a UpdateRequest |
| Uses of UpdateRequest in com.hp.hpl.jena.sparql.modify |
|---|
| Methods in com.hp.hpl.jena.sparql.modify that return UpdateRequest | |
|---|---|
UpdateRequest |
UpdateProcessRemoteBase.getUpdateRequest()
Gets the update request |
| Methods in com.hp.hpl.jena.sparql.modify with parameters of type UpdateRequest | |
|---|---|
static boolean |
UpdateCompare.isomorphic(UpdateRequest req1,
UpdateRequest req2)
|
| Constructors in com.hp.hpl.jena.sparql.modify with parameters of type UpdateRequest | |
|---|---|
UpdateProcessorBase(UpdateRequest request,
GraphStore graphStore,
Binding inputBinding,
Context context,
UpdateEngineFactory factory)
|
|
UpdateProcessRemote(UpdateRequest request,
String endpoint,
Context context)
Creates a new remote update processor that uses the application/sparql-update submission method |
|
UpdateProcessRemote(UpdateRequest request,
String endpoint,
Context context,
HttpAuthenticator authenticator)
Creates a new remote update processor that uses the application/sparql-update submission method |
|
UpdateProcessRemoteBase(UpdateRequest request,
String endpoint,
Context context)
Creates a new remote update processor |
|
UpdateProcessRemoteForm(UpdateRequest request,
String endpoint,
Context context)
Creates a new remote update processor that uses the form URL encoded submission method |
|
UpdateProcessRemoteForm(UpdateRequest request,
String endpoint,
Context context,
HttpAuthenticator authenticator)
Creates a new remote update processor that uses the form URL encoded submission method |
|
UpdateRequestSink(UpdateRequest updateRequest)
|
|
| Uses of UpdateRequest in com.hp.hpl.jena.sparql.modify.request |
|---|
| Methods in com.hp.hpl.jena.sparql.modify.request with parameters of type UpdateRequest | |
|---|---|
static void |
UpdateWriter.output(UpdateRequest request,
IndentedWriter out)
|
static void |
UpdateWriter.output(UpdateRequest request,
IndentedWriter out,
SerializationContext sCxt)
|
| Uses of UpdateRequest in com.hp.hpl.jena.update |
|---|
| Methods in com.hp.hpl.jena.update that return UpdateRequest | |
|---|---|
UpdateRequest |
UpdateRequest.add(String string)
|
UpdateRequest |
UpdateRequest.add(Update update)
|
static UpdateRequest |
UpdateFactory.create()
Create an empty UpdateRequest |
static UpdateRequest |
UpdateFactory.create(String string)
Create an UpdateRequest by parsing from a string. |
static UpdateRequest |
UpdateFactory.create(String string,
String baseURI)
Create an UpdateRequest by parsing from a string. |
static UpdateRequest |
UpdateFactory.create(String string,
String baseURI,
Syntax syntax)
Create an UpdateRequest by parsing from a string. |
static UpdateRequest |
UpdateFactory.create(String string,
Syntax syntax)
Create an UpdateRequest by parsing from a string. |
static UpdateRequest |
UpdateFactory.read(InputStream input)
Create an UpdateRequest by parsing from an InputStream. |
static UpdateRequest |
UpdateFactory.read(InputStream input,
String baseURI)
Create an UpdateRequest by parsing from an InputStream. |
static UpdateRequest |
UpdateFactory.read(InputStream input,
String baseURI,
Syntax syntax)
Create an UpdateRequest by parsing from an InputStream. |
static UpdateRequest |
UpdateFactory.read(InputStream input,
Syntax syntax)
Create an UpdateRequest by parsing from an InputStream. |
static UpdateRequest |
UpdateFactory.read(String fileName)
Create an UpdateRequest by reading it from a file |
static UpdateRequest |
UpdateFactory.read(String fileName,
String baseURI,
Syntax syntax)
Create an UpdateRequest by reading it from a file |
static UpdateRequest |
UpdateFactory.read(String fileName,
Syntax syntax)
Create an UpdateRequest by reading it from a file |
static UpdateRequest |
UpdateFactory.read(UsingList usingList,
InputStream input)
Create an UpdateRequest by parsing from an InputStream. |
static UpdateRequest |
UpdateFactory.read(UsingList usingList,
InputStream input,
String baseURI)
Create an UpdateRequest by parsing from an InputStream. |
static UpdateRequest |
UpdateFactory.read(UsingList usingList,
InputStream input,
String baseURI,
Syntax syntax)
Create an UpdateRequest by parsing from an InputStream. |
static UpdateRequest |
UpdateFactory.read(UsingList usingList,
InputStream input,
Syntax syntax)
Create an UpdateRequest by parsing from an InputStream. |
static UpdateRequest |
UpdateFactory.read(UsingList usingList,
String fileName)
Create an UpdateRequest by reading it from a file |
static UpdateRequest |
UpdateFactory.read(UsingList usingList,
String fileName,
String baseURI,
Syntax syntax)
Create an UpdateRequest by reading it from a file |
static UpdateRequest |
UpdateFactory.read(UsingList usingList,
String fileName,
Syntax syntax)
Create an UpdateRequest by reading it from a file |
| Methods in com.hp.hpl.jena.update with parameters of type UpdateRequest | |
|---|---|
static UpdateProcessor |
UpdateExecutionFactory.create(UpdateRequest updateRequest,
GraphStore graphStore)
Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor |
static UpdateProcessor |
UpdateExecutionFactory.create(UpdateRequest updateRequest,
GraphStore graphStore,
Binding inputBinding)
Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor |
static UpdateProcessor |
UpdateExecutionFactory.create(UpdateRequest updateRequest,
GraphStore graphStore,
Binding inputBinding,
Context context)
Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor |
static UpdateProcessor |
UpdateExecutionFactory.create(UpdateRequest updateRequest,
GraphStore graphStore,
Context context)
Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor |
static UpdateProcessor |
UpdateExecutionFactory.create(UpdateRequest updateRequest,
GraphStore graphStore,
QuerySolution inputBinding)
Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor |
static UpdateProcessor |
UpdateExecutionFactory.create(UpdateRequest updateRequest,
GraphStore graphStore,
QuerySolution inputBinding,
Context context)
Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor |
static UpdateProcessor |
UpdateExecutionFactory.createRemote(UpdateRequest updateRequest,
String remoteEndpoint)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service. |
static UpdateProcessor |
UpdateExecutionFactory.createRemote(UpdateRequest updateRequest,
String remoteEndpoint,
Context context)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service. |
static UpdateProcessor |
UpdateExecutionFactory.createRemote(UpdateRequest updateRequest,
String remoteEndpoint,
Context context,
HttpAuthenticator authenticator)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service. |
static UpdateProcessor |
UpdateExecutionFactory.createRemote(UpdateRequest updateRequest,
String remoteEndpoint,
HttpAuthenticator authenticator)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service. |
static UpdateProcessor |
UpdateExecutionFactory.createRemoteForm(UpdateRequest updateRequest,
String remoteEndpoint)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML form |
static UpdateProcessor |
UpdateExecutionFactory.createRemoteForm(UpdateRequest updateRequest,
String remoteEndpoint,
Context context)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML form |
static UpdateProcessor |
UpdateExecutionFactory.createRemoteForm(UpdateRequest updateRequest,
String remoteEndpoint,
Context context,
HttpAuthenticator authenticator)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML form |
static UpdateProcessor |
UpdateExecutionFactory.createRemoteForm(UpdateRequest updateRequest,
String remoteEndpoint,
HttpAuthenticator authenticator)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML form |
boolean |
UpdateRequest.equalTo(UpdateRequest other)
|
static void |
UpdateAction.execute(UpdateRequest request,
Dataset dataset)
Execute SPARQL Update operations. |
static void |
UpdateAction.execute(UpdateRequest request,
DatasetGraph dataset)
Execute SPARQL Update operations. |
static void |
UpdateAction.execute(UpdateRequest request,
Graph graph)
Execute SPARQL Update operations. |
static void |
UpdateAction.execute(UpdateRequest request,
GraphStore graphStore)
Execute SPARQL Update operations. |
static void |
UpdateAction.execute(UpdateRequest request,
GraphStore graphStore,
Binding inputBinding)
Execute SPARQL Update operations. |
static void |
UpdateAction.execute(UpdateRequest request,
GraphStore graphStore,
QuerySolution inputBinding)
Execute SPARQL Update operations. |
static void |
UpdateAction.execute(UpdateRequest request,
Model model)
Execute SPARQL Update operations. |
static void |
UpdateFactory.parse(UpdateRequest request,
String updateString)
|
static void |
UpdateFactory.parse(UpdateRequest request,
String updateString,
String baseURI)
|
static void |
UpdateFactory.parse(UpdateRequest request,
String updateString,
String baseURI,
Syntax syntax)
|
static void |
UpdateFactory.parse(UpdateRequest request,
String updateString,
Syntax syntax)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||