- All Known Implementing Classes:
UpdateExecutionBuilderAdapter
,UpdateExecutionDatasetBuilder
,UpdateExecutionHTTPBuilder
public interface UpdateExecutionBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
default void
execute()
Build and executeparseCheck
(boolean parseCheck) Hint whether to immediately parse update strings passed toupdate(String)
.substitution
(String varName, org.apache.jena.rdf.model.RDFNode value) substitution
(QuerySolution querySolution) Parse and update operations to theUpdateRequest
being built.Add theUpdate
to theUpdateRequest
being built.update
(UpdateRequest updateRequest) Append the updates in anUpdateRequest
to theUpdateRequest
being built.
-
Method Details
-
update
Append the updates in anUpdateRequest
to theUpdateRequest
being built. -
update
Add theUpdate
to theUpdateRequest
being built. -
update
Parse and update operations to theUpdateRequest
being built. -
parseCheck
Hint whether to immediately parse update strings passed toupdate(String)
. -
set
-
set
-
context
-
substitution
-
substitution
-
build
UpdateExecution build() -
execute
default void execute()Build and execute
-