public class UpdateProcessorBase extends Object implements UpdateProcessor
Constructor and Description |
---|
UpdateProcessorBase(UpdateRequest request,
GraphStore graphStore,
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, Context context, UpdateEngineFactory factory)
public void execute()
UpdateProcessor
execute
in interface UpdateProcessor
public GraphStore getGraphStore()
UpdateProcessor
getGraphStore
in interface UpdateProcessor
public Context getContext()
UpdateProcessor
getContext
in interface UpdateProcessor
Licenced under the Apache License, Version 2.0