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