Uses of Class
org.apache.jena.update.UpdateRequest
-
Packages that use UpdateRequest Package Description org.apache.jena.http.sys org.apache.jena.query ARQ - A query engine for Jena, implementing SPARQL.org.apache.jena.sparql.exec org.apache.jena.sparql.modify org.apache.jena.sparql.modify.request org.apache.jena.sparql.syntax.syntaxtransform org.apache.jena.update -
-
Uses of UpdateRequest in org.apache.jena.http.sys
Methods in org.apache.jena.http.sys with parameters of type UpdateRequest Modifier and Type Method Description Y
ExecUpdateHTTPBuilder. update(UpdateRequest updateRequest)
-
Uses of UpdateRequest in org.apache.jena.query
Methods in org.apache.jena.query that return UpdateRequest Modifier and Type Method Description UpdateRequest
ParameterizedSparqlString. asUpdate()
Attempts to take the command text with parameters injected from theParameterizedSparqlString.toString()
method and parse it as aUpdateRequest
UpdateRequest
ParameterizedSparqlString. asUpdate(Syntax syntax)
Attempts to take the command text with parameters injected from theParameterizedSparqlString.toString()
method and parse it as aUpdateRequest
using the givenSyntax
-
Uses of UpdateRequest in org.apache.jena.sparql.exec
Methods in org.apache.jena.sparql.exec with parameters of type UpdateRequest Modifier and Type Method Description UpdateExecBuilder
UpdateExecBuilder. update(UpdateRequest request)
Set the update.UpdateExecDatasetBuilder
UpdateExecDatasetBuilder. update(UpdateRequest updateRequest)
Append the updates in anUpdateRequest
to theUpdateRequest
being built. -
Uses of UpdateRequest in org.apache.jena.sparql.modify
Methods in org.apache.jena.sparql.modify that return UpdateRequest Modifier and Type Method Description UpdateRequest
UpdateProcessRemoteBase. getUpdateRequest()
Deprecated.Gets the update requestMethods in org.apache.jena.sparql.modify with parameters of type UpdateRequest Modifier and Type Method Description static boolean
UpdateCompare. isomorphic(UpdateRequest req1, UpdateRequest req2)
Constructors in org.apache.jena.sparql.modify with parameters of type UpdateRequest Constructor Description UpdateProcessorBase(UpdateRequest request, DatasetGraph datasetGraph, Binding inputBinding, Context context, UpdateEngineFactory factory)
UpdateProcessRemote(UpdateRequest request, java.lang.String endpoint, Context context)
Deprecated.Creates a new remote update processor that uses the application/sparql-update submission methodUpdateProcessRemote(UpdateRequest request, java.lang.String endpoint, Context context, org.apache.http.client.HttpClient client, org.apache.http.protocol.HttpContext httpContext)
Deprecated.Creates a new remote update processor that uses the application/sparql-update submission methodUpdateProcessRemoteBase(UpdateRequest request, java.lang.String endpoint, Context context)
Deprecated.Creates a new remote update processorUpdateProcessRemoteForm(UpdateRequest request, java.lang.String endpoint, Context context)
Deprecated.Creates a new remote update processor that uses the form URL encoded submission methodUpdateProcessRemoteForm(UpdateRequest request, java.lang.String endpoint, Context context, org.apache.http.client.HttpClient client, org.apache.http.protocol.HttpContext httpContext)
Deprecated.Creates a new remote update processor that uses the form URL encoded submission methodUpdateRequestSink(UpdateRequest updateRequest)
-
Uses of UpdateRequest in org.apache.jena.sparql.modify.request
Methods in org.apache.jena.sparql.modify.request with parameters of type UpdateRequest Modifier and Type Method Description static void
UpdateWriter. output(UpdateRequest request, org.apache.jena.atlas.io.IndentedWriter out)
static void
UpdateWriter. output(UpdateRequest request, org.apache.jena.atlas.io.IndentedWriter out, SerializationContext sCxt)
-
Uses of UpdateRequest in org.apache.jena.sparql.syntax.syntaxtransform
Methods in org.apache.jena.sparql.syntax.syntaxtransform that return UpdateRequest Modifier and Type Method Description static UpdateRequest
UpdateTransformOps. transform(UpdateRequest update, java.util.Map<Var,Node> substitutions)
static UpdateRequest
UpdateTransformOps. transform(UpdateRequest update, ElementTransform transform, ExprTransform exprTransform)
static UpdateRequest
UpdateTransformOps. transformUpdate(UpdateRequest update, java.util.Map<java.lang.String,? extends RDFNode> substitutions)
Transform anUpdateRequest
based on a mapping from variable name to replacementRDFNode
(aResource
(or blank node) or aLiteral
).Methods in org.apache.jena.sparql.syntax.syntaxtransform with parameters of type UpdateRequest Modifier and Type Method Description static UpdateRequest
UpdateTransformOps. transform(UpdateRequest update, java.util.Map<Var,Node> substitutions)
static UpdateRequest
UpdateTransformOps. transform(UpdateRequest update, ElementTransform transform, ExprTransform exprTransform)
static UpdateRequest
UpdateTransformOps. transformUpdate(UpdateRequest update, java.util.Map<java.lang.String,? extends RDFNode> substitutions)
Transform anUpdateRequest
based on a mapping from variable name to replacementRDFNode
(aResource
(or blank node) or aLiteral
). -
Uses of UpdateRequest in org.apache.jena.update
Methods in org.apache.jena.update that return UpdateRequest Modifier and Type Method Description UpdateRequest
UpdateRequest. add(java.lang.String string)
UpdateRequest
UpdateRequest. add(Update update)
static UpdateRequest
UpdateFactory. create()
Create an empty UpdateRequeststatic UpdateRequest
UpdateFactory. create(java.lang.String string)
Create an UpdateRequest by parsing from a string.static UpdateRequest
UpdateFactory. create(java.lang.String string, java.lang.String baseURI)
Create an UpdateRequest by parsing from a string.static UpdateRequest
UpdateFactory. create(java.lang.String string, java.lang.String baseURI, Syntax syntax)
Create an UpdateRequest by parsing from a string.static UpdateRequest
UpdateFactory. create(java.lang.String string, Syntax syntax)
Create an UpdateRequest by parsing from a string.static UpdateRequest
UpdateFactory. read(java.io.InputStream input)
Create an UpdateRequest by parsing from an InputStream.static UpdateRequest
UpdateFactory. read(java.io.InputStream input, java.lang.String baseURI)
Create an UpdateRequest by parsing from an InputStream.static UpdateRequest
UpdateFactory. read(java.io.InputStream input, java.lang.String baseURI, Syntax syntax)
Create an UpdateRequest by parsing from an InputStream.static UpdateRequest
UpdateFactory. read(java.io.InputStream input, Syntax syntax)
Create an UpdateRequest by parsing from an InputStream.static UpdateRequest
UpdateFactory. read(java.lang.String fileName)
Create an UpdateRequest by reading it from a filestatic UpdateRequest
UpdateFactory. read(java.lang.String fileName, java.lang.String baseURI, Syntax syntax)
Create an UpdateRequest by reading it from a filestatic UpdateRequest
UpdateFactory. read(java.lang.String fileName, Syntax syntax)
Create an UpdateRequest by reading it from a filestatic UpdateRequest
UpdateFactory. read(UsingList usingList, java.io.InputStream input)
Create an UpdateRequest by parsing from an InputStream.static UpdateRequest
UpdateFactory. read(UsingList usingList, java.io.InputStream input, java.lang.String baseURI)
Create an UpdateRequest by parsing from an InputStream.static UpdateRequest
UpdateFactory. read(UsingList usingList, java.io.InputStream input, java.lang.String baseURI, Syntax syntax)
Create an UpdateRequest by parsing from an InputStream.static UpdateRequest
UpdateFactory. read(UsingList usingList, java.io.InputStream input, Syntax syntax)
Create an UpdateRequest by parsing from an InputStream.static UpdateRequest
UpdateFactory. read(UsingList usingList, java.lang.String fileName)
Create an UpdateRequest by reading it from a filestatic UpdateRequest
UpdateFactory. read(UsingList usingList, java.lang.String fileName, java.lang.String baseURI, Syntax syntax)
Create an UpdateRequest by reading it from a filestatic UpdateRequest
UpdateFactory. read(UsingList usingList, java.lang.String fileName, Syntax syntax)
Create an UpdateRequest by reading it from a fileMethods in org.apache.jena.update with parameters of type UpdateRequest Modifier and Type Method Description static UpdateExecution
UpdateExecutionFactory. create(UpdateRequest updateRequest, Dataset dataset)
Create an UpdateExecution appropriate to the datasetGraph, or null if no available factory to make an UpdateExecutionstatic UpdateExecution
UpdateExecutionFactory. create(UpdateRequest updateRequest, Dataset dataset, QuerySolution inputBinding)
Deprecated.UseUpdateExecution.dataset(dataset)... build()
static UpdateExecution
UpdateExecutionFactory. create(UpdateRequest updateRequest, Dataset dataset, QuerySolution inputBinding, Context context)
Deprecated.UseUpdateExecution.dataset(dataset)... build()
static UpdateExecution
UpdateExecutionFactory. create(UpdateRequest updateRequest, Dataset dataset, Context context)
Create an UpdateExecution appropriate to the datasetGraph, or null if no available factory to make an UpdateExecutionstatic UpdateExec
UpdateExecutionFactory. create(UpdateRequest updateRequest, DatasetGraph datasetGraph)
Deprecated.UseUpdateExec.dataset(datasetGraph)... build()
static UpdateExec
UpdateExecutionFactory. create(UpdateRequest updateRequest, DatasetGraph datasetGraph, Binding inputBinding)
Deprecated.UseUpdateExec.dataset(datasetGraph)... build()
static UpdateExec
UpdateExecutionFactory. create(UpdateRequest updateRequest, DatasetGraph datasetGraph, Binding inputBinding, Context context)
Deprecated.UseUpdateExecution.dataset(dataset)... build()
static UpdateExec
UpdateExecutionFactory. create(UpdateRequest updateRequest, DatasetGraph datasetGraph, Context context)
Deprecated.UseUpdateExec.dataset(datasetGraph)... build()
static UpdateExecution
UpdateExecutionFactory. createRemote(UpdateRequest updateRequest, java.lang.String remoteEndpoint)
Deprecated.UseUpdateExecution.service(remoteEndpoint)...build();
static UpdateExecution
UpdateExecutionFactory. createRemote(UpdateRequest updateRequest, java.lang.String remoteEndpoint, Context context)
Deprecated.UseUpdateExecution.service(remoteEndpoint)...build();
static UpdateExecution
UpdateExecutionFactory. createRemoteForm(UpdateRequest updateRequest, java.lang.String remoteEndpoint)
Create an UpdateExecution that sends the update request to a remote SPARQL Update service using an HTML form.static UpdateExecution
UpdateExecutionFactory. createRemoteForm(UpdateRequest updateRequest, java.lang.String remoteEndpoint, Context context)
Deprecated.UseUpdateExecution.service(remoteEndpoint)...build();
boolean
UpdateRequest. equalTo(UpdateRequest other)
static void
UpdateAction. execute(UpdateRequest request, Graph graph)
Execute SPARQL Update operations.static void
UpdateAction. execute(UpdateRequest request, Dataset dataset)
Execute SPARQL Update operations.static void
UpdateAction. execute(UpdateRequest request, Dataset dataset, QuerySolution inputBinding)
Execute SPARQL Update operations.static void
UpdateAction. execute(UpdateRequest request, Model model)
Execute SPARQL Update operations.static void
UpdateAction. execute(UpdateRequest request, DatasetGraph dataset)
Execute SPARQL Update operations.static void
UpdateAction. execute(UpdateRequest request, DatasetGraph datasetGraph, Binding inputBinding)
Execute SPARQL Update operations.static void
UpdateFactory. parse(UpdateRequest request, java.lang.String updateString)
static void
UpdateFactory. parse(UpdateRequest request, java.lang.String updateString, java.lang.String baseURI)
static void
UpdateFactory. parse(UpdateRequest request, java.lang.String updateString, java.lang.String baseURI, Syntax syntax)
static void
UpdateFactory. parse(UpdateRequest request, java.lang.String updateString, Syntax syntax)
UpdateExecutionBuilder
UpdateExecutionBuilder. update(UpdateRequest updateRequest)
Append the updates in anUpdateRequest
to theUpdateRequest
being built.UpdateExecutionDatasetBuilder
UpdateExecutionDatasetBuilder. update(UpdateRequest updateRequest)
Append the updates in anUpdateRequest
to theUpdateRequest
being built.
-