Class CommentLayerModificationController


  • @Provider
    @Path("/workspaces/{diffWorkspace}/layers/{layername}/comments/changes")
    public class CommentLayerModificationController
    extends Object
    • Constructor Detail

      • CommentLayerModificationController

        public CommentLayerModificationController()
    • Method Detail

      • getFeatureComments

        @GET
        @Path("/")
        @Produces("application/json")
        public javax.ws.rs.core.Response getFeatureComments​(@Context
                                                            javax.ws.rs.core.SecurityContext sec,
                                                            @PathParam("diffWorkspace")
                                                            String diffWorkspace,
                                                            @PathParam("layername")
                                                            String dataLayerName)
                                                     throws SQLException
        Throws:
        SQLException