Interface ElementPropertiesVerifier
- All Known Implementing Classes:
CompoundPropertiesVerifier,ContainerElementPropertiesVerifier,ElementWithMandatoryFieldsVerifier,KafkaElementPropertiesVerifier,OperationElementPropertiesVerifier,RabbitMqElementPropertiesVerifier,UnsupportedElementVerifier
public interface ElementPropertiesVerifier
-
Method Summary
Modifier and TypeMethodDescriptionbooleanapplicableTo(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element) verify(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element)
-
Method Details
-
applicableTo
boolean applicableTo(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element) -
verify
Collection<VerificationError> verify(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element)
-