org.apache.jena.web
Interface DatasetGraphAccessor
- All Known Implementing Classes:
- DatasetGraphAccessorBasic, DatasetGraphAccessorHTTP
public interface DatasetGraphAccessor
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