public class RestGraphStorage extends java.lang.Object implements GraphStorage
Constructor and Description |
---|
RestGraphStorage(org.neo4j.rest.graphdb.RestAPI restAPI) |
RestGraphStorage(java.lang.String uri) |
public RestGraphStorage(java.lang.String uri)
public RestGraphStorage(org.neo4j.rest.graphdb.RestAPI restAPI)
public GraphInfo find(java.lang.String id)
find
in interface GraphStorage
public void update(GraphInfo info)
update
in interface GraphStorage
public GraphInfo create(GraphInfo info)
create
in interface GraphStorage
public void delete(java.lang.String id)
delete
in interface GraphStorage