|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.sparql.modify.UpdateProcessRemote
public class UpdateProcessRemote
UpdateProcess that send the request to a SPARQL endpoint by using POST of application/sparql-update.
Constructor Summary | |
---|---|
UpdateProcessRemote(UpdateRequest request,
String endpoint)
|
Method Summary | |
---|---|
void |
execute()
Execute |
GraphStore |
getGraphStore()
The dataset against which the query will execute. |
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 UpdateProcessRemote(UpdateRequest request, String endpoint)
Method Detail |
---|
public void setInitialBinding(QuerySolution binding)
UpdateProcessor
setInitialBinding
in interface UpdateProcessor
public GraphStore getGraphStore()
UpdateProcessor
getGraphStore
in interface UpdateProcessor
public void execute()
UpdateProcessor
execute
in interface UpdateProcessor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |