- All Known Implementing Classes:
 UpdateExecBuilderAdapter,UpdateExecDatasetBuilder,UpdateExecHTTPBuilder
public interface UpdateExecBuilder
- 
Method Summary
Modifier and TypeMethodDescriptionbuild()Set the context. if not set, defaults to the system context (ARQ.getContext()).default voidexecute()Build and execute.parseCheck(boolean parseCheck) Hint whether to immediately parse strings passed toupdate(String).Set a context entry.Set a context entry.default UpdateExecBuildersubstitution(String var, org.apache.jena.graph.Node value) Provide a (Var name, Node) for substitution in the query when QueryExec is built.substitution(Var var, org.apache.jena.graph.Node value) Provide a (Var, Node) for substitution in the query when QueryExec is built.substitution(Binding binding) Provide a set of (Var, Node) for substitution in the query when QueryExec is built.Add the string to theUpdateRequestbeing built.Add theUpdateto theUpdateRequestbeing built.update(UpdateRequest request) Append the updates in anUpdateRequestto theUpdateRequestbeing built. 
- 
Method Details
- 
update
Append the updates in anUpdateRequestto theUpdateRequestbeing built. - 
update
Add theUpdateto theUpdateRequestbeing built. - 
update
Add the string to theUpdateRequestbeing built. Implementations may support theparseCheck(boolean)hint to control whether or not to parse the given strings. - 
parseCheck
Hint whether to immediately parse strings passed toupdate(String). - 
set
Set a context entry. - 
set
Set a context entry. - 
context
Set the context. if not set, defaults to the system context (ARQ.getContext()). - 
substitution
Provide a set of (Var, Node) for substitution in the query when QueryExec is built. - 
substitution
Provide a (Var, Node) for substitution in the query when QueryExec is built. - 
substitution
Provide a (Var name, Node) for substitution in the query when QueryExec is built. - 
timeout
 - 
build
UpdateExec build() - 
execute
default void execute()Build and execute. 
 -