java.lang.Object
org.apache.jena.http.sys.ExecUpdateHTTPBuilder<X,Y>
- Direct Known Subclasses:
UpdateExecHTTPBuilder
,UpdateExecutionHTTPBuilder
-
Method Summary
Modifier and TypeMethodDescriptionaddUsingGraphURI
(String uri) build()
Set theContext
.httpClient
(HttpClient httpClient) httpHeader
(String headerName, String headerValue) httpHeaders
(Map<String, String> headers) parseCheck
(boolean parseCheck) sendMode
(UpdateSendMode mode) Choose whether to send using POST as "application/sparql-update" (preferred) or as an HTML form, content type "application/x-www-form-urlencoded".substitution
(String var, org.apache.jena.graph.Node value) substitution
(Var var, org.apache.jena.graph.Node value) substitution
(Binding binding) Add the update.update
(UpdateRequest updateRequest) updateString
(String updateString) Set the update - this replaces any previous updates added.
-
Method Details
-
endpoint
-
update
-
update
-
update
Add the update. -
updateString
Set the update - this replaces any previous updates added. The update string is used as given including nonstandard syntax features offered by the remote SPARQL system. -
parseCheck
-
substitution
-
substitution
-
substitution
-
httpClient
-
sendMode
Choose whether to send using POST as "application/sparql-update" (preferred) or as an HTML form, content type "application/x-www-form-urlencoded". -
addUsingGraphURI
-
addUsingNamedGraphURI
-
param
-
param
-
httpHeader
-
httpHeaders
-
context
Set theContext
. This defaults to the global settings ofARQ.getContext()
. If there was a previous call ofcontext
the multiple contexts are merged. -
set
-
set
-
build
-