- All Known Implementing Classes:
UpdateExecutionBuilderAdapter,UpdateExecutionDatasetBuilder,UpdateExecutionHTTPBuilder
public interface UpdateExecutionBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()default voidexecute()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) default UpdateExecutionBuildertimeout(long value) Parse and update operations to theUpdateRequestbeing built.Add theUpdateto theUpdateRequestbeing built.update(UpdateRequest updateRequest) Append the updates in anUpdateRequestto theUpdateRequestbeing built.
-
Method Details
-
update
Append the updates in anUpdateRequestto theUpdateRequestbeing built. -
update
Add theUpdateto theUpdateRequestbeing built. -
update
Parse and update operations to theUpdateRequestbeing built. -
parseCheck
Hint whether to immediately parse update strings passed toupdate(String). -
set
-
set
-
context
-
substitution
-
substitution
-
timeout
-
timeout
-
build
UpdateExecution build() -
execute
default void execute()Build and execute
-