Class TagsDiffLayerController


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

      • TagsDiffLayerController

        public TagsDiffLayerController()
    • Method Detail

      • addFeatureTags

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