Uses of Class
org.apache.jena.update.UpdateRequest
-
Packages that use UpdateRequest Package Description org.apache.jena.query ARQ - A query engine for Jena, implementing SPARQL.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.query
Methods in org.apache.jena.query that return UpdateRequest Modifier and Type Method Description UpdateRequestParameterizedSparqlString. asUpdate()Attempts to take the command text with parameters injected from theParameterizedSparqlString.toString()method and parse it as aUpdateRequestUpdateRequestParameterizedSparqlString. asUpdate(Syntax syntax)Attempts to take the command text with parameters injected from theParameterizedSparqlString.toString()method and parse it as aUpdateRequestusing the givenSyntax -
Uses of UpdateRequest in org.apache.jena.sparql.modify
Methods in org.apache.jena.sparql.modify that return UpdateRequest Modifier and Type Method Description UpdateRequestUpdateProcessRemoteBase. getUpdateRequest()Gets the update requestMethods in org.apache.jena.sparql.modify with parameters of type UpdateRequest Modifier and Type Method Description static booleanUpdateCompare. 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)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)Creates a new remote update processor that uses the application/sparql-update submission methodUpdateProcessRemoteBase(UpdateRequest request, java.lang.String endpoint, Context context)Creates a new remote update processorUpdateProcessRemoteForm(UpdateRequest request, java.lang.String endpoint, Context context)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)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 voidUpdateWriter. output(UpdateRequest request, org.apache.jena.atlas.io.IndentedWriter out)static voidUpdateWriter. 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 UpdateRequestUpdateTransformOps. transform(UpdateRequest update, java.util.Map<Var,Node> substitutions)static UpdateRequestUpdateTransformOps. transform(UpdateRequest update, ElementTransform transform, ExprTransform exprTransform)static UpdateRequestUpdateTransformOps. transformUpdate(UpdateRequest update, java.util.Map<java.lang.String,? extends RDFNode> substitutions)Transform anUpdateRequestbased 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 UpdateRequestUpdateTransformOps. transform(UpdateRequest update, java.util.Map<Var,Node> substitutions)static UpdateRequestUpdateTransformOps. transform(UpdateRequest update, ElementTransform transform, ExprTransform exprTransform)static UpdateRequestUpdateTransformOps. transformUpdate(UpdateRequest update, java.util.Map<java.lang.String,? extends RDFNode> substitutions)Transform anUpdateRequestbased 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 UpdateRequestUpdateRequest. add(java.lang.String string)UpdateRequestUpdateRequest. add(Update update)static UpdateRequestUpdateFactory. create()Create an empty UpdateRequeststatic UpdateRequestUpdateFactory. create(java.lang.String string)Create an UpdateRequest by parsing from a string.static UpdateRequestUpdateFactory. create(java.lang.String string, java.lang.String baseURI)Create an UpdateRequest by parsing from a string.static UpdateRequestUpdateFactory. create(java.lang.String string, java.lang.String baseURI, Syntax syntax)Create an UpdateRequest by parsing from a string.static UpdateRequestUpdateFactory. create(java.lang.String string, Syntax syntax)Create an UpdateRequest by parsing from a string.static UpdateRequestUpdateFactory. read(java.io.InputStream input)Create an UpdateRequest by parsing from an InputStream.static UpdateRequestUpdateFactory. read(java.io.InputStream input, java.lang.String baseURI)Create an UpdateRequest by parsing from an InputStream.static UpdateRequestUpdateFactory. read(java.io.InputStream input, java.lang.String baseURI, Syntax syntax)Create an UpdateRequest by parsing from an InputStream.static UpdateRequestUpdateFactory. read(java.io.InputStream input, Syntax syntax)Create an UpdateRequest by parsing from an InputStream.static UpdateRequestUpdateFactory. read(java.lang.String fileName)Create an UpdateRequest by reading it from a filestatic UpdateRequestUpdateFactory. read(java.lang.String fileName, java.lang.String baseURI, Syntax syntax)Create an UpdateRequest by reading it from a filestatic UpdateRequestUpdateFactory. read(java.lang.String fileName, Syntax syntax)Create an UpdateRequest by reading it from a filestatic UpdateRequestUpdateFactory. read(UsingList usingList, java.io.InputStream input)Create an UpdateRequest by parsing from an InputStream.static UpdateRequestUpdateFactory. read(UsingList usingList, java.io.InputStream input, java.lang.String baseURI)Create an UpdateRequest by parsing from an InputStream.static UpdateRequestUpdateFactory. read(UsingList usingList, java.io.InputStream input, java.lang.String baseURI, Syntax syntax)Create an UpdateRequest by parsing from an InputStream.static UpdateRequestUpdateFactory. read(UsingList usingList, java.io.InputStream input, Syntax syntax)Create an UpdateRequest by parsing from an InputStream.static UpdateRequestUpdateFactory. read(UsingList usingList, java.lang.String fileName)Create an UpdateRequest by reading it from a filestatic UpdateRequestUpdateFactory. read(UsingList usingList, java.lang.String fileName, java.lang.String baseURI, Syntax syntax)Create an UpdateRequest by reading it from a filestatic UpdateRequestUpdateFactory. 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 UpdateProcessorUpdateExecutionFactory. create(UpdateRequest updateRequest, Dataset dataset)Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessorstatic UpdateProcessorUpdateExecutionFactory. create(UpdateRequest updateRequest, Dataset dataset, QuerySolution inputBinding)Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessorstatic UpdateProcessorUpdateExecutionFactory. create(UpdateRequest updateRequest, Dataset dataset, QuerySolution inputBinding, Context context)Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessorstatic UpdateProcessorUpdateExecutionFactory. create(UpdateRequest updateRequest, Dataset dataset, Context context)Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessorstatic UpdateProcessorUpdateExecutionFactory. create(UpdateRequest updateRequest, DatasetGraph datasetGraph)Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessorstatic UpdateProcessorUpdateExecutionFactory. create(UpdateRequest updateRequest, DatasetGraph datasetGraph, Binding inputBinding)Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessorstatic UpdateProcessorUpdateExecutionFactory. create(UpdateRequest updateRequest, DatasetGraph datasetGraph, Binding inputBinding, Context context)Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessorstatic UpdateProcessorUpdateExecutionFactory. create(UpdateRequest updateRequest, DatasetGraph datasetGraph, Context context)Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessorstatic UpdateProcessorUpdateExecutionFactory. createRemote(UpdateRequest updateRequest, java.lang.String remoteEndpoint)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service.static UpdateProcessorUpdateExecutionFactory. createRemote(UpdateRequest updateRequest, java.lang.String remoteEndpoint, org.apache.http.client.HttpClient client)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service.static UpdateProcessorUpdateExecutionFactory. createRemote(UpdateRequest updateRequest, java.lang.String remoteEndpoint, org.apache.http.client.HttpClient client, org.apache.http.protocol.HttpContext httpContext)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service.static UpdateProcessorUpdateExecutionFactory. createRemote(UpdateRequest updateRequest, java.lang.String remoteEndpoint, Context context)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service.static UpdateProcessorUpdateExecutionFactory. createRemote(UpdateRequest updateRequest, java.lang.String remoteEndpoint, Context context, org.apache.http.client.HttpClient client)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service.static UpdateProcessorUpdateExecutionFactory. createRemote(UpdateRequest updateRequest, java.lang.String remoteEndpoint, Context context, org.apache.http.client.HttpClient client, org.apache.http.protocol.HttpContext httpContext)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service.static UpdateProcessorUpdateExecutionFactory. createRemoteForm(UpdateRequest updateRequest, java.lang.String remoteEndpoint)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML formstatic UpdateProcessorUpdateExecutionFactory. createRemoteForm(UpdateRequest updateRequest, java.lang.String remoteEndpoint, org.apache.http.client.HttpClient client)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML formstatic UpdateProcessorUpdateExecutionFactory. createRemoteForm(UpdateRequest updateRequest, java.lang.String remoteEndpoint, org.apache.http.client.HttpClient client, org.apache.http.protocol.HttpContext httpContext)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML formstatic UpdateProcessorUpdateExecutionFactory. createRemoteForm(UpdateRequest updateRequest, java.lang.String remoteEndpoint, Context context)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML formstatic UpdateProcessorUpdateExecutionFactory. createRemoteForm(UpdateRequest updateRequest, java.lang.String remoteEndpoint, Context context, org.apache.http.client.HttpClient client)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML formstatic UpdateProcessorUpdateExecutionFactory. createRemoteForm(UpdateRequest updateRequest, java.lang.String remoteEndpoint, Context context, org.apache.http.client.HttpClient client, org.apache.http.protocol.HttpContext httpContext)Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML formbooleanUpdateRequest. equalTo(UpdateRequest other)static voidUpdateAction. execute(UpdateRequest request, Graph graph)Execute SPARQL Update operations.static voidUpdateAction. execute(UpdateRequest request, Dataset dataset)Execute SPARQL Update operations.static voidUpdateAction. execute(UpdateRequest request, Dataset dataset, QuerySolution inputBinding)Execute SPARQL Update operations.static voidUpdateAction. execute(UpdateRequest request, Model model)Execute SPARQL Update operations.static voidUpdateAction. execute(UpdateRequest request, DatasetGraph dataset)Execute SPARQL Update operations.static voidUpdateAction. execute(UpdateRequest request, DatasetGraph datasetGraph, Binding inputBinding)Execute SPARQL Update operations.static voidUpdateFactory. parse(UpdateRequest request, java.lang.String updateString)static voidUpdateFactory. parse(UpdateRequest request, java.lang.String updateString, java.lang.String baseURI)static voidUpdateFactory. parse(UpdateRequest request, java.lang.String updateString, java.lang.String baseURI, Syntax syntax)static voidUpdateFactory. parse(UpdateRequest request, java.lang.String updateString, Syntax syntax)
-