Class FeatureSourceAdminController
java.lang.Object
org.tailormap.api.controller.admin.FeatureSourceAdminController
-
Constructor Summary
ConstructorDescriptionFeatureSourceAdminController
(FeatureSourceRepository featureSourceRepository, org.springframework.context.ApplicationContext applicationContext, org.springframework.data.rest.webmvc.support.RepositoryEntityLinks repositoryEntityLinks) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
refreshCapabilities
(Long id, jakarta.servlet.http.HttpServletResponse httpServletResponse)
-
Constructor Details
-
FeatureSourceAdminController
public FeatureSourceAdminController(FeatureSourceRepository featureSourceRepository, org.springframework.context.ApplicationContext applicationContext, org.springframework.data.rest.webmvc.support.RepositoryEntityLinks repositoryEntityLinks)
-
-
Method Details
-
refreshCapabilities
@PostMapping(path="${tailormap-api.admin.base-path}/feature-sources/{id}/refresh-capabilities") @Transactional public org.springframework.http.ResponseEntity<?> refreshCapabilities(@PathVariable Long id, jakarta.servlet.http.HttpServletResponse httpServletResponse) throws Exception - Throws:
Exception
-