public class GraphmlRestServiceImpl extends Object implements GraphmlRestService
Constructor and Description |
---|
GraphmlRestServiceImpl(GraphmlRepository graphmlRepository) |
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) |
public GraphmlRestServiceImpl(GraphmlRepository graphmlRepository)
public javax.ws.rs.core.Response createGraph(String graphname, GraphmlType graphmlType) throws IOException
createGraph
in interface GraphmlRestService
IOException
public javax.ws.rs.core.Response deleteGraph(String graphname) throws IOException
deleteGraph
in interface GraphmlRestService
IOException
public javax.ws.rs.core.Response getGraph(String graphname) throws IOException
getGraph
in interface GraphmlRestService
IOException
Copyright © 2021. All rights reserved.