Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
UpdateRequest |
ParameterizedSparqlString.asUpdate()
Attempts to take the command text with parameters injected from the
ParameterizedSparqlString.toString() method and parse it as a UpdateRequest |
Modifier and Type | Method and Description |
---|---|
UpdateRequest |
UpdateProcessRemoteBase.getUpdateRequest()
Gets the update request
|
Constructor and Description |
---|
UpdateProcessorBase(UpdateRequest request,
GraphStore graphStore,
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
|
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
|
UpdateRequestSink(UpdateRequest updateRequest) |
Modifier and Type | Method and Description |
---|---|
static void |
UpdateWriter.output(UpdateRequest request,
IndentedWriter out) |
static void |
UpdateWriter.output(UpdateRequest request,
IndentedWriter out,
SerializationContext sCxt) |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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,
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 send the update request to a remote SPARQL Update service.
|
static UpdateProcessor |
UpdateExecutionFactory.createRemote(UpdateRequest updateRequest,
String remoteEndpoint,
Context context)
Create an UpdateProcessor that send the update request to a remote SPARQL Update service.
|
static UpdateProcessor |
UpdateExecutionFactory.createRemoteForm(UpdateRequest updateRequest,
String remoteEndpoint)
Create an UpdateProcessor that send 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 send the update request to a remote SPARQL Update service using an HTML form
|
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,
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) |
Licenced under the Apache License, Version 2.0