Package org.apache.jena.web
Class DatasetGraphAccessorBasic
- java.lang.Object
-
- org.apache.jena.web.DatasetGraphAccessorBasic
-
- All Implemented Interfaces:
DatasetGraphAccessor
@Deprecated public class DatasetGraphAccessorBasic extends java.lang.Object implements DatasetGraphAccessor
Deprecated.General implementation of operations for the SPARQL HTTP Update protocol over a DatasetGraph. /** @deprecated This will be replaced by theRDFConnectionstyle at the Graph/Triple level.
-
-
Constructor Summary
Constructors Constructor Description DatasetGraphAccessorBasic(DatasetGraph dataset)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete 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.
-
-
-
Constructor Detail
-
DatasetGraphAccessorBasic
public DatasetGraphAccessorBasic(DatasetGraph dataset)
Deprecated.
-
-
Method Detail
-
httpGet
public Graph httpGet()
Deprecated.- Specified by:
httpGetin interfaceDatasetGraphAccessor
-
httpGet
public Graph httpGet(Node graphName)
Deprecated.- Specified by:
httpGetin interfaceDatasetGraphAccessor
-
httpHead
public boolean httpHead()
Deprecated.- Specified by:
httpHeadin interfaceDatasetGraphAccessor
-
httpHead
public boolean httpHead(Node graphName)
Deprecated.- Specified by:
httpHeadin interfaceDatasetGraphAccessor
-
httpPut
public void httpPut(Graph data)
Deprecated.- Specified by:
httpPutin interfaceDatasetGraphAccessor
-
httpPut
public void httpPut(Node graphName, Graph data)
Deprecated.- Specified by:
httpPutin interfaceDatasetGraphAccessor
-
httpDelete
public void httpDelete()
Deprecated.- Specified by:
httpDeletein interfaceDatasetGraphAccessor
-
httpDelete
public void httpDelete(Node graphName)
Deprecated.- Specified by:
httpDeletein interfaceDatasetGraphAccessor
-
httpPost
public void httpPost(Graph data)
Deprecated.- Specified by:
httpPostin interfaceDatasetGraphAccessor
-
httpPost
public void httpPost(Node graphName, Graph data)
Deprecated.- Specified by:
httpPostin interfaceDatasetGraphAccessor
-
httpPatch
public void httpPatch(Graph data)
Deprecated.- Specified by:
httpPatchin interfaceDatasetGraphAccessor
-
httpPatch
public void httpPatch(Node graphName, Graph data)
Deprecated.- Specified by:
httpPatchin interfaceDatasetGraphAccessor
-
-