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
IOExceptionjavax.ws.rs.core.Response deleteGraph(String graphname) throws IOException
IOExceptionjavax.ws.rs.core.Response getGraph(String graphname) throws IOException
IOExceptionCopyright © 2021. All rights reserved.