org.apache.jena.web
Interface DatasetGraphAccessor

All Known Implementing Classes:
DatasetGraphAccessorBasic, DatasetGraphAccessorHTTP

public interface DatasetGraphAccessor


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)
           
 

Method Detail

httpGet

Graph httpGet()

httpGet

Graph httpGet(Node graphName)

httpHead

boolean httpHead()

httpHead

boolean httpHead(Node graphName)

httpPut

void httpPut(Graph data)

httpPut

void httpPut(Node graphName,
             Graph data)

httpDelete

void httpDelete()

httpDelete

void httpDelete(Node graphName)

httpPost

void httpPost(Graph data)

httpPost

void httpPost(Node graphName,
              Graph data)

httpPatch

void httpPatch(Graph data)

httpPatch

void httpPatch(Node graphName,
               Graph data)


Licenced under the Apache License, Version 2.0