RDFConnection style at the Graph/Triple level.@Deprecated public interface DatasetGraphAccessor
| Modifier and Type | Method and Description |
|---|---|
void |
httpDelete()
Deprecated.
|
void |
httpDelete(Node graphName)
Deprecated.
|
Graph |
httpGet()
Deprecated.
|
Graph |
httpGet(Node graphName)
Deprecated.
|
boolean |
httpHead()
Deprecated.
|
boolean |
httpHead(Node graphName)
Deprecated.
|
void |
httpPatch(Graph data)
Deprecated.
|
void |
httpPatch(Node graphName,
Graph data)
Deprecated.
|
void |
httpPost(Graph data)
Deprecated.
|
void |
httpPost(Node graphName,
Graph data)
Deprecated.
|
void |
httpPut(Graph data)
Deprecated.
|
void |
httpPut(Node graphName,
Graph data)
Deprecated.
|
Graph httpGet()
boolean httpHead()
boolean httpHead(Node graphName)
void httpPut(Graph data)
void httpDelete()
void httpDelete(Node graphName)
void httpPost(Graph data)
void httpPatch(Graph data)
Licenced under the Apache License, Version 2.0