Uses of Interface
org.apache.jena.update.UpdateExecution
-
Packages that use UpdateExecution Package Description org.apache.jena.sparql.exec org.apache.jena.sparql.exec.http org.apache.jena.update -
-
Uses of UpdateExecution in org.apache.jena.sparql.exec
Classes in org.apache.jena.sparql.exec that implement UpdateExecution Modifier and Type Class Description class
UpdateProcessorAdapter
Methods in org.apache.jena.sparql.exec that return UpdateExecution Modifier and Type Method Description static UpdateExecution
UpdateProcessorAdapter. adapt(UpdateExec updateExec)
Methods in org.apache.jena.sparql.exec with parameters of type UpdateExecution Modifier and Type Method Description static 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 Modifier and Type Class Description class
UpdateExecutionHTTP
-
Uses of UpdateExecution in org.apache.jena.update
Methods in org.apache.jena.update that return UpdateExecution Modifier and Type Method Description UpdateExecution
UpdateExecutionBuilder. build()
UpdateExecution
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, 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 UpdateExecution
UpdateExecutionFactory. create(Update update, Dataset dataset)
Create an UpdateExecution appropriate to the datasetGraph, or null if no available factory to make an UpdateExecutionstatic 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. createRemote(Update update, java.lang.String remoteEndpoint)
Create an UpdateExecution that sends the update to a remote SPARQL Update service.static UpdateExecution
UpdateExecutionFactory. createRemote(Update update, 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();
static UpdateExecution
UpdateExecutionFactory. createRemoteForm(Update update, java.lang.String remoteEndpoint)
Deprecated.UseUpdateExecution.service(remoteEndpoint).snedMode(UpdateSendMode.asPostForm)..build();
static UpdateExecution
UpdateExecutionFactory. createRemoteForm(Update update, java.lang.String remoteEndpoint, Context context)
Deprecated.UseUpdateExecution.service(remoteEndpoint)...build();
-