org.apache.jena.web
Class DatasetGraphAccessorBasic

java.lang.Object
  extended by org.apache.jena.web.DatasetGraphAccessorBasic
All Implemented Interfaces:
DatasetGraphAccessor

public class DatasetGraphAccessorBasic
extends Object
implements DatasetGraphAccessor

General implementation of operations for the SPARQL HTTP Update protocol over a DatasetGraph.


Constructor Summary
DatasetGraphAccessorBasic(DatasetGraph dataset)
           
 
Method Summary
 void httpDelete()
           
 void httpDelete(Node graphName)
           
 Graph httpGet()
           
 Graph httpGet(Node graphName)
           
 boolean httpHead()
           
 boolean httpHead(Node graphName)
           
 void httpPatch(Graph data)
           
 void httpPatch(Node graphName, Graph data)
           
 void httpPost(Graph data)
           
 void httpPost(Node graphName, Graph data)
           
 void httpPut(Graph data)
           
 void httpPut(Node graphName, Graph data)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatasetGraphAccessorBasic

public DatasetGraphAccessorBasic(DatasetGraph dataset)
Method Detail

httpGet

public Graph httpGet()
Specified by:
httpGet in interface DatasetGraphAccessor

httpGet

public Graph httpGet(Node graphName)
Specified by:
httpGet in interface DatasetGraphAccessor

httpHead

public boolean httpHead()
Specified by:
httpHead in interface DatasetGraphAccessor

httpHead

public boolean httpHead(Node graphName)
Specified by:
httpHead in interface DatasetGraphAccessor

httpPut

public void httpPut(Graph data)
Specified by:
httpPut in interface DatasetGraphAccessor

httpPut

public void httpPut(Node graphName,
                    Graph data)
Specified by:
httpPut in interface DatasetGraphAccessor

httpDelete

public void httpDelete()
Specified by:
httpDelete in interface DatasetGraphAccessor

httpDelete

public void httpDelete(Node graphName)
Specified by:
httpDelete in interface DatasetGraphAccessor

httpPost

public void httpPost(Graph data)
Specified by:
httpPost in interface DatasetGraphAccessor

httpPost

public void httpPost(Node graphName,
                     Graph data)
Specified by:
httpPost in interface DatasetGraphAccessor

httpPatch

public void httpPatch(Graph data)
Specified by:
httpPatch in interface DatasetGraphAccessor

httpPatch

public void httpPatch(Node graphName,
                      Graph data)
Specified by:
httpPatch in interface DatasetGraphAccessor


Licenced under the Apache License, Version 2.0