|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.sparql.modify.UpdateProcessorBase
public class UpdateProcessorBase
Class to hold the general state of a update request execution. See query ExecutionContext
| Constructor Summary | |
|---|---|
UpdateProcessorBase(UpdateRequest request,
GraphStore graphStore,
Binding inputBinding,
Context context,
UpdateEngineFactory factory)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UpdateProcessorBase(UpdateRequest request,
GraphStore graphStore,
Binding inputBinding,
Context context,
UpdateEngineFactory factory)
| Method Detail |
|---|
public void execute()
UpdateProcessor
execute in interface UpdateProcessorpublic GraphStore getGraphStore()
UpdateProcessor
getGraphStore in interface UpdateProcessorpublic Context getContext()
UpdateProcessor
getContext in interface UpdateProcessor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||