- All Superinterfaces:
UpdateProcessor
- All Known Implementing Classes:
UpdateExecutionAdapter,UpdateExecutionHTTP
An instance of a execution of an UpdateRequest
-
Method Summary
Modifier and TypeMethodDescriptioncreate()Create aUpdateExecutionBuilderfor a dataset.voidexecute()Executemodel(org.apache.jena.rdf.model.Model model) Create aUpdateExecutionBuilderfor a model.static UpdateExecutionHTTPBuilderCreate aUpdateExecutionBuilderfor a remote service.Methods inherited from interface org.apache.jena.update.UpdateProcessor
abort, getContext, getUpdateRequest, getUpdateRequestString
-
Method Details
-
create
-
dataset
Create aUpdateExecutionBuilderfor a dataset. -
model
Create aUpdateExecutionBuilderfor a model. The update must not involved named graphs. -
service
Create aUpdateExecutionBuilderfor a remote service. -
execute
void execute()Execute- Specified by:
executein interfaceUpdateProcessor
-