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 UpdateExecutionUpdateExecutionAdapter.adapt(UpdateExec updateExec) UpdateExecutionBuilderAdapter.build()Methods in org.apache.jena.sparql.exec with parameters of type UpdateExecutionModifier and TypeMethodDescriptionstatic UpdateExecUpdateExecAdapter.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 UpdateExecutionUpdateExecutionFactory.create(UpdateRequest updateRequest, Dataset dataset) Create an UpdateExecution appropriate to the datasetGraph, or null if no available factory to make an UpdateExecutionstatic UpdateExecutionUpdateExecutionFactory.create(UpdateRequest updateRequest, Dataset dataset, Context context) Create an UpdateExecution appropriate to the datasetGraph, or null if no available factory to make an UpdateExecutionstatic UpdateExecutionCreate an UpdateExecution appropriate to the datasetGraph, or null if no available factory to make an UpdateExecutionstatic UpdateExecutionUpdateExecutionFactory.createRemote(UpdateRequest updateRequest, String remoteEndpoint) Create an UpdateExecution that sends the update request to a remote SPARQL Update service.static UpdateExecutionUpdateExecutionFactory.createRemote(Update update, String remoteEndpoint) Create an UpdateExecution that sends the update to a remote SPARQL Update service.static UpdateExecutionUpdateExecutionFactory.createRemoteForm(UpdateRequest updateRequest, String remoteEndpoint) Create an UpdateExecution that sends the update request to a remote SPARQL Update service using an HTML form.static UpdateExecutionUpdateExecutionFactory.createRemoteForm(Update update, String remoteEndpoint) Create an UpdateExecution that sends the update to a remote SPARQL Update service using an HTML form.