|
||||||||||
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,
Context context,
UpdateEngineFactory factory)
|
Method Summary | |
---|---|
void |
execute()
Execute |
Context |
getContext()
|
GraphStore |
getGraphStore()
The dataset against which the query will execute. |
void |
setInitialBinding(Binding binding)
|
void |
setInitialBinding(QuerySolution binding)
Set the initial association of variables and values. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UpdateProcessorBase(UpdateRequest request, GraphStore graphStore, Context context, UpdateEngineFactory factory)
Method Detail |
---|
public void execute()
UpdateProcessor
execute
in interface UpdateProcessor
public GraphStore getGraphStore()
UpdateProcessor
getGraphStore
in interface UpdateProcessor
public void setInitialBinding(QuerySolution binding)
UpdateProcessor
setInitialBinding
in interface UpdateProcessor
public void setInitialBinding(Binding binding)
public Context getContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |