Package org.qubership.integration.platform.runtime.catalog.service.verification.properties.verifiers
Class UnsupportedElementVerifier
java.lang.Object
org.qubership.integration.platform.runtime.catalog.service.verification.properties.verifiers.UnsupportedElementVerifier
- All Implemented Interfaces:
ElementPropertiesVerifier
@Component
public class UnsupportedElementVerifier
extends Object
implements ElementPropertiesVerifier
-
Constructor Summary
Constructors -
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)
-
Constructor Details
-
UnsupportedElementVerifier
public UnsupportedElementVerifier()
-
-
Method Details
-
applicableTo
public boolean applicableTo(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element) - Specified by:
applicableToin interfaceElementPropertiesVerifier
-
verify
public Collection<VerificationError> verify(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element) - Specified by:
verifyin interfaceElementPropertiesVerifier
-