Class ElementValidationService

java.lang.Object
org.qubership.integration.platform.runtime.catalog.service.ElementValidationService

@Service public class ElementValidationService extends Object
  • Constructor Details

    • ElementValidationService

      @Autowired public ElementValidationService(DeploymentService deploymentService)
  • Method Details

    • checkRouteExists

      public boolean checkRouteExists(org.qubership.integration.platform.catalog.model.ElementRoute route, String excludeChainId)
    • findRouteDeployments

      public List<org.apache.commons.lang3.tuple.Pair<String,org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Deployment>> findRouteDeployments(org.qubership.integration.platform.catalog.model.ElementRoute route, String excludeChainId)