Class ElementPropertiesVerificationService
java.lang.Object
org.qubership.integration.platform.runtime.catalog.service.verification.ElementPropertiesVerificationService
-
Constructor Summary
ConstructorsConstructorDescriptionElementPropertiesVerificationService(ElementPropertiesVerifierFactory elementPropertiesVerifierFactory) -
Method Summary
Modifier and TypeMethodDescriptionMap<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) verifyProperties(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element)
-
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)
-