Uses of Interface
org.apache.jena.update.UpdateExecution
Package
Description
-
Uses of UpdateExecution in org.apache.jena.sparql.exec
Modifier and TypeMethodDescriptionstatic UpdateExecution
UpdateExecutionAdapter.adapt
(UpdateExec updateExec) UpdateExecutionBuilderAdapter.build()
Modifier and TypeMethodDescriptionstatic UpdateExec
UpdateExecAdapter.adapt
(UpdateExecution updateExec) -
Uses of UpdateExecution in org.apache.jena.sparql.exec.http
-
Uses of UpdateExecution in org.apache.jena.update
Modifier 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.