Class ElementPropertiesVerificationService

java.lang.Object
org.qubership.integration.platform.runtime.catalog.service.verification.ElementPropertiesVerificationService

@Service public class ElementPropertiesVerificationService extends Object
  • Constructor Details

    • ElementPropertiesVerificationService

      @Autowired public ElementPropertiesVerificationService(ElementPropertiesVerifierFactory elementPropertiesVerifierFactory)
  • Method Details

    • verifyProperties

      public Collection<VerificationError> verifyProperties(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element)
    • verifyElementProperties

      public Map<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement,Collection<VerificationError>> verifyElementProperties(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Chain chain)