Class CommentLayerModificationController


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

      • CommentLayerModificationController

        public CommentLayerModificationController()
    • Method Detail

      • getUnreviewedComments

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