Module org.apache.jena.arq
Package org.apache.jena.sparql.exec.http
Class UpdateExecutionHTTPBuilder
java.lang.Object
org.apache.jena.http.sys.ExecUpdateHTTPBuilder<UpdateExecutionHTTP,UpdateExecutionHTTPBuilder>
org.apache.jena.sparql.exec.http.UpdateExecutionHTTPBuilder
- All Implemented Interfaces:
UpdateExecutionBuilder
public class UpdateExecutionHTTPBuilder
extends ExecUpdateHTTPBuilder<UpdateExecutionHTTP,UpdateExecutionHTTPBuilder>
implements UpdateExecutionBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateExecutionHTTPBuilder
create()
substitution
(String varName, org.apache.jena.rdf.model.RDFNode value) substitution
(QuerySolution querySolution) Methods inherited from class org.apache.jena.http.sys.ExecUpdateHTTPBuilder
addUsingGraphURI, addUsingNamedGraphURI, build, context, endpoint, httpClient, httpHeader, httpHeaders, param, param, parseCheck, sendMode, set, set, substitution, substitution, substitution, update, update, update, updateString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.jena.update.UpdateExecutionBuilder
build, context, execute, parseCheck, set, set, update, update, update
-
Method Details
-
create
-
substitution
- Specified by:
substitution
in interfaceUpdateExecutionBuilder
-
substitution
public UpdateExecutionHTTPBuilder substitution(String varName, org.apache.jena.rdf.model.RDFNode value) - Specified by:
substitution
in interfaceUpdateExecutionBuilder
-