Package org.apache.jena.web
Interface DatasetGraphAccessor
-
- All Known Implementing Classes:
DatasetGraphAccessorBasic,DatasetGraphAccessorHTTP
@Deprecated public interface DatasetGraphAccessorDeprecated.This will be replaced by theRDFConnectionstyle at the Graph/Triple level.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidhttpDelete()Deprecated.voidhttpDelete(Node graphName)Deprecated.GraphhttpGet()Deprecated.GraphhttpGet(Node graphName)Deprecated.booleanhttpHead()Deprecated.booleanhttpHead(Node graphName)Deprecated.voidhttpPatch(Graph data)Deprecated.voidhttpPatch(Node graphName, Graph data)Deprecated.voidhttpPost(Graph data)Deprecated.voidhttpPost(Node graphName, Graph data)Deprecated.voidhttpPut(Graph data)Deprecated.voidhttpPut(Node graphName, Graph data)Deprecated.
-
-
-
Method Detail
-
httpGet
Graph httpGet()
Deprecated.
-
httpHead
boolean httpHead()
Deprecated.
-
httpHead
boolean httpHead(Node graphName)
Deprecated.
-
httpPut
void httpPut(Graph data)
Deprecated.
-
httpDelete
void httpDelete()
Deprecated.
-
httpDelete
void httpDelete(Node graphName)
Deprecated.
-
httpPost
void httpPost(Graph data)
Deprecated.
-
httpPatch
void httpPatch(Graph data)
Deprecated.
-
-