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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateExecutionHTTPBuilder
create()
UpdateExecutionHTTPBuilder
substitution(java.lang.String varName, RDFNode value)
UpdateExecutionHTTPBuilder
substitution(QuerySolution querySolution)
-
Methods inherited from class org.apache.jena.http.sys.ExecUpdateHTTPBuilder
addUsingGraphURI, addUsingNamedGraphURI, build, context, endpoint, httpClient, httpHeader, httpHeaders, param, param, sendMode, set, set, substitution, substitution, substitution, update, update, update, updateString
-
-
-
-
Method Detail
-
create
public static UpdateExecutionHTTPBuilder create()
-
substitution
public UpdateExecutionHTTPBuilder substitution(QuerySolution querySolution)
- Specified by:
substitution
in interfaceUpdateExecutionBuilder
-
substitution
public UpdateExecutionHTTPBuilder substitution(java.lang.String varName, RDFNode value)
- Specified by:
substitution
in interfaceUpdateExecutionBuilder
-
-