Package de.narimo.georepo.server.api
Class CommentLayerModificationController
- java.lang.Object
-
- de.narimo.georepo.server.api.CommentLayerModificationController
-
@Provider @Path("/workspaces/{diffWorkspace}/layers/{layername}/comments/changes") public class CommentLayerModificationController extends Object
-
-
Constructor Summary
Constructors Constructor Description CommentLayerModificationController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponsegetFeatureComments(javax.ws.rs.core.SecurityContext sec, String diffWorkspace, String dataLayerName)
-
-
-
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
-
-