Class GeoServiceAdminController
java.lang.Object
org.tailormap.api.controller.admin.GeoServiceAdminController
-
Constructor Summary
ConstructorDescriptionGeoServiceAdminController
(GeoServiceRepository geoServiceRepository, org.springframework.context.ApplicationContext applicationContext, org.springframework.data.rest.webmvc.support.RepositoryEntityLinks repositoryEntityLinks) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<GeoService>
refreshCapabilities
(String id, jakarta.servlet.http.HttpServletResponse httpServletResponse)
-
Constructor Details
-
GeoServiceAdminController
public GeoServiceAdminController(GeoServiceRepository geoServiceRepository, org.springframework.context.ApplicationContext applicationContext, org.springframework.data.rest.webmvc.support.RepositoryEntityLinks repositoryEntityLinks)
-
-
Method Details
-
refreshCapabilities
@PostMapping(path="${tailormap-api.admin.base-path}/geo-services/{id}/refresh-capabilities") public org.springframework.http.ResponseEntity<GeoService> refreshCapabilities(@PathVariable String id, jakarta.servlet.http.HttpServletResponse httpServletResponse) throws Exception - Throws:
Exception
-