Class GraphmlRestServiceImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.ws.rs.core.Response createGraph​(java.lang.String graphname, GraphmlType graphmlType)  
      javax.ws.rs.core.Response deleteGraph​(java.lang.String graphname)  
      javax.ws.rs.core.Response getGraph​(java.lang.String graphname)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GraphmlRestServiceImpl

        public GraphmlRestServiceImpl​(GraphmlRepository graphmlRepository)
    • Method Detail

      • createGraph

        public javax.ws.rs.core.Response createGraph​(java.lang.String graphname,
                                                     GraphmlType graphmlType)
                                              throws java.io.IOException
        Specified by:
        createGraph in interface GraphmlRestService
        Throws:
        java.io.IOException
      • deleteGraph

        public javax.ws.rs.core.Response deleteGraph​(java.lang.String graphname)
                                              throws java.io.IOException
        Specified by:
        deleteGraph in interface GraphmlRestService
        Throws:
        java.io.IOException
      • getGraph

        public javax.ws.rs.core.Response getGraph​(java.lang.String graphname)
                                           throws java.io.IOException
        Specified by:
        getGraph in interface GraphmlRestService
        Throws:
        java.io.IOException