public interface GraphmlRestService
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
createGraph(String graphname,
GraphmlType graphmlType) |
javax.ws.rs.core.Response |
deleteGraph(String graphname) |
javax.ws.rs.core.Response |
getGraph(String graphname) |
javax.ws.rs.core.Response createGraph(String graphname, GraphmlType graphmlType) throws IOException
IOException
javax.ws.rs.core.Response deleteGraph(String graphname) throws IOException
IOException
javax.ws.rs.core.Response getGraph(String graphname) throws IOException
IOException
Copyright © 2021. All rights reserved.