public class UpdateProcessorBase extends Object implements UpdateProcessor
| Constructor and Description |
|---|
UpdateProcessorBase(UpdateRequest request,
GraphStore graphStore,
Binding inputBinding,
Context context,
UpdateEngineFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Execute
|
Context |
getContext()
The properties associated with a query execution -
implementation specific parameters This includes
Java objects (so it is not an RDF graph).
|
GraphStore |
getGraphStore()
The dataset against which the query will execute.
|
public UpdateProcessorBase(UpdateRequest request, GraphStore graphStore, Binding inputBinding, Context context, UpdateEngineFactory factory)
public void execute()
UpdateProcessorexecute in interface UpdateProcessorpublic GraphStore getGraphStore()
UpdateProcessorgetGraphStore in interface UpdateProcessorpublic Context getContext()
UpdateProcessorgetContext in interface UpdateProcessorLicenced under the Apache License, Version 2.0