Class SpecificationExportController
java.lang.Object
org.qubership.integration.platform.runtime.catalog.rest.v1.controller.SpecificationExportController
@RestController
@CrossOrigin(origins="*")
@RequestMapping("/v1/export")
public class SpecificationExportController
extends Object
-
Constructor Summary
ConstructorsConstructorDescriptionSpecificationExportController(SpecificationExportService specificationExportService) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object> exportSpecifications(List<String> specificationIds, String specificationGroupId)
-
Constructor Details
-
SpecificationExportController
@Autowired public SpecificationExportController(SpecificationExportService specificationExportService)
-
-
Method Details
-
exportSpecifications
-