Class GeoServiceAdminController
- java.lang.Object
-
- nl.b3p.tailormap.api.controller.admin.GeoServiceAdminController
-
@RestController public class GeoServiceAdminController extends Object
-
-
Constructor Summary
Constructors Constructor Description GeoServiceAdminController(GeoServiceRepository geoServiceRepository, org.springframework.context.ApplicationContext applicationContext, org.springframework.data.rest.webmvc.support.RepositoryEntityLinks repositoryEntityLinks)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<GeoService>refreshCapabilities(String id, javax.servlet.http.HttpServletResponse httpServletResponse)
-
-
-
Constructor Detail
-
GeoServiceAdminController
public GeoServiceAdminController(GeoServiceRepository geoServiceRepository, org.springframework.context.ApplicationContext applicationContext, org.springframework.data.rest.webmvc.support.RepositoryEntityLinks repositoryEntityLinks)
-
-
Method Detail
-
refreshCapabilities
@PostMapping(path="${tailormap-api.admin.base-path}/geo-services/{id}/refresh-capabilities") public org.springframework.http.ResponseEntity<GeoService> refreshCapabilities(@PathVariable String id, javax.servlet.http.HttpServletResponse httpServletResponse) throws Exception- Throws:
Exception
-
-