Class GeoServiceAdminController


  • @RestController
    public class GeoServiceAdminController
    extends Object
    • 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