java.lang.Object
org.qubership.integration.platform.runtime.catalog.rest.v1.controller.ChainRolesController

@RestController @RequestMapping(value="/v1/catalog/chains/roles", produces="application/json") @CrossOrigin(origins="*") public class ChainRolesController extends Object
  • Constructor Details

    • ChainRolesController

      @Autowired public ChainRolesController(ChainRolesService chainRolesService)
  • Method Details

    • findBySearchRequest

      @PostMapping("") public org.springframework.http.ResponseEntity<ChainRolesResponse> findBySearchRequest(@RequestBody org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElementSearchCriteria request, @RequestParam(required=false,defaultValue="false") boolean isImplementedOnly)
    • updateRoles

      @PutMapping("") public org.springframework.http.ResponseEntity<ChainRolesResponse> updateRoles(@RequestBody List<UpdateRolesRequest> request)
    • bulkRedeploy

      @PutMapping("/redeploy") public org.springframework.http.ResponseEntity<ChainRolesResponse> bulkRedeploy(@RequestBody List<UpdateRolesRequest> request)