java.lang.Object
org.apache.jena.update.UpdateExecutionDatasetBuilder
- All Implemented Interfaces:
UpdateExecutionBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Set theContext.create()voidexecute()Build and executevoidinitialBinding(QuerySolution querySolution) Create a new builder ofQueryExecutionfor a local dataset.substitution(String varName, RDFNode value) substitution(QuerySolution querySolution) Parse and update operations to theUpdateRequestbeing built.Add theUpdateto theUpdateRequestbeing built.update(UpdateRequest updateRequest) Append the updates in anUpdateRequestto theUpdateRequestbeing built.
-
Constructor Details
-
UpdateExecutionDatasetBuilder
public UpdateExecutionDatasetBuilder()
-
-
Method Details
-
newBuilder
Create a new builder ofQueryExecutionfor a local dataset. -
create
-
update
Append the updates in anUpdateRequestto theUpdateRequestbeing built.- Specified by:
updatein interfaceUpdateExecutionBuilder
-
update
Add theUpdateto theUpdateRequestbeing built.- Specified by:
updatein interfaceUpdateExecutionBuilder
-
update
Parse and update operations to theUpdateRequestbeing built.- Specified by:
updatein interfaceUpdateExecutionBuilder
-
dataset
-
set
- Specified by:
setin interfaceUpdateExecutionBuilder
-
set
- Specified by:
setin interfaceUpdateExecutionBuilder
-
context
Set theContext. This defaults to the global settings ofARQ.getContext(). If there was a previous call ofcontextthe multiple contexts are merged.- Specified by:
contextin interfaceUpdateExecutionBuilder
-
initialBinding
-
substitution
- Specified by:
substitutionin interfaceUpdateExecutionBuilder
-
substitution
- Specified by:
substitutionin interfaceUpdateExecutionBuilder
-
build
- Specified by:
buildin interfaceUpdateExecutionBuilder
-
execute
public void execute()Description copied from interface:UpdateExecutionBuilderBuild and execute- Specified by:
executein interfaceUpdateExecutionBuilder
-
execute
-