Uses of Interface
org.apache.jena.update.UpdateExecution
Packages that use UpdateExecution
Package
Description
-
Uses of UpdateExecution in org.apache.jena.sparql.exec
Classes in org.apache.jena.sparql.exec that implement UpdateExecutionMethods in org.apache.jena.sparql.exec that return UpdateExecutionModifier and TypeMethodDescriptionstatic UpdateExecution
UpdateExecutionAdapter.adapt
(UpdateExec updateExec) UpdateExecutionBuilderAdapter.build()
Methods in org.apache.jena.sparql.exec with parameters of type UpdateExecutionModifier and TypeMethodDescriptionstatic UpdateExec
UpdateExecAdapter.adapt
(UpdateExecution updateExec) -
Uses of UpdateExecution in org.apache.jena.sparql.exec.http
Classes in org.apache.jena.sparql.exec.http that implement UpdateExecution -
Uses of UpdateExecution in org.apache.jena.update
Methods in org.apache.jena.update that return UpdateExecutionModifier and TypeMethodDescriptionUpdateExecutionBuilder.build()
UpdateExecutionDatasetBuilder.build()
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, Context context) Create an UpdateExecution appropriate to the datasetGraph, or null if no available factory to make an UpdateExecutionstatic UpdateExecution
Create an UpdateExecution appropriate to the datasetGraph, or null if no available factory to make an UpdateExecutionstatic UpdateExecution
UpdateExecutionFactory.createRemote
(UpdateRequest updateRequest, String remoteEndpoint) Create an UpdateExecution that sends the update request to a remote SPARQL Update service.static UpdateExecution
UpdateExecutionFactory.createRemote
(Update update, String remoteEndpoint) Create an UpdateExecution that sends the update to a remote SPARQL Update service.static UpdateExecution
UpdateExecutionFactory.createRemoteForm
(UpdateRequest updateRequest, String remoteEndpoint) Create an UpdateExecution that sends the update request to a remote SPARQL Update service using an HTML form.static UpdateExecution
UpdateExecutionFactory.createRemoteForm
(Update update, String remoteEndpoint) Create an UpdateExecution that sends the update to a remote SPARQL Update service using an HTML form.