Uses of Class
org.qubership.integration.platform.runtime.catalog.rest.v1.dto.chain.ChainRolesResponse
Packages that use ChainRolesResponse
Package
Description
-
Uses of ChainRolesResponse in org.qubership.integration.platform.runtime.catalog.rest.v1.controller
Methods in org.qubership.integration.platform.runtime.catalog.rest.v1.controller that return types with arguments of type ChainRolesResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ChainRolesResponse> ChainRolesController.bulkRedeploy(List<UpdateRolesRequest> request) org.springframework.http.ResponseEntity<ChainRolesResponse> ChainRolesController.findBySearchRequest(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElementSearchCriteria request, boolean isImplementedOnly) org.springframework.http.ResponseEntity<ChainRolesResponse> ChainRolesController.updateRoles(List<UpdateRolesRequest> request) -
Uses of ChainRolesResponse in org.qubership.integration.platform.runtime.catalog.service
Methods in org.qubership.integration.platform.runtime.catalog.service that return ChainRolesResponseModifier and TypeMethodDescriptionChainRolesService.chainFilters(ChainRolesResponse chainRolesResponse) ChainRolesService.findAllChainByHttpTrigger(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElementSearchCriteria request, boolean isImplementedOnly) ChainRolesService.redeploy(List<UpdateRolesRequest> request) ChainRolesService.updateRoles(List<UpdateRolesRequest> request) Methods in org.qubership.integration.platform.runtime.catalog.service with parameters of type ChainRolesResponseModifier and TypeMethodDescriptionChainRolesService.chainFilters(ChainRolesResponse chainRolesResponse)