- All Superinterfaces:
UpdateProcessor
- All Known Implementing Classes:
UpdateExecutionAdapter
,UpdateExecutionHTTP
An instance of a execution of an UpdateRequest
-
Method Summary
Modifier and TypeMethodDescriptioncreate()
Create aUpdateExecutionBuilder
for a dataset.void
execute()
Executemodel
(org.apache.jena.rdf.model.Model model) Create aUpdateExecutionBuilder
for a model.static UpdateExecutionHTTPBuilder
Create aUpdateExecutionBuilder
for a remote service.
-
Method Details
-
create
-
dataset
Create aUpdateExecutionBuilder
for a dataset. -
model
Create aUpdateExecutionBuilder
for a model. The update must not involved named graphs. -
service
Create aUpdateExecutionBuilder
for a remote service. -
execute
void execute()Execute- Specified by:
execute
in interfaceUpdateProcessor
-