java.lang.Object
org.apache.jena.update.UpdateExecutionDatasetBuilder
- All Implemented Interfaces:
UpdateExecutionBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Set theContext
.create()
void
execute()
Build and executevoid
initialBinding
(QuerySolution querySolution) Create a new builder ofQueryExecution
for a local dataset.substitution
(String varName, 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.
-
Constructor Details
-
UpdateExecutionDatasetBuilder
public UpdateExecutionDatasetBuilder()
-
-
Method Details
-
newBuilder
Create a new builder ofQueryExecution
for a local dataset. -
create
-
update
Append the updates in anUpdateRequest
to theUpdateRequest
being built.- Specified by:
update
in interfaceUpdateExecutionBuilder
-
update
Add theUpdate
to theUpdateRequest
being built.- Specified by:
update
in interfaceUpdateExecutionBuilder
-
update
Parse and update operations to theUpdateRequest
being built.- Specified by:
update
in interfaceUpdateExecutionBuilder
-
dataset
-
set
- Specified by:
set
in interfaceUpdateExecutionBuilder
-
set
- Specified by:
set
in interfaceUpdateExecutionBuilder
-
context
Set theContext
. This defaults to the global settings ofARQ.getContext()
. If there was a previous call ofcontext
the multiple contexts are merged.- Specified by:
context
in interfaceUpdateExecutionBuilder
-
initialBinding
-
substitution
- Specified by:
substitution
in interfaceUpdateExecutionBuilder
-
substitution
- Specified by:
substitution
in interfaceUpdateExecutionBuilder
-
build
- Specified by:
build
in interfaceUpdateExecutionBuilder
-
execute
public void execute()Description copied from interface:UpdateExecutionBuilder
Build and execute- Specified by:
execute
in interfaceUpdateExecutionBuilder
-
execute
-