java.lang.Object
org.qubership.integration.platform.runtime.catalog.service.verification.properties.verifiers.ContainerElementPropertiesVerifier
All Implemented Interfaces:
ElementPropertiesVerifier

@Component public class ContainerElementPropertiesVerifier extends Object implements ElementPropertiesVerifier
  • Constructor Summary

    Constructors
    Constructor
    Description
    ContainerElementPropertiesVerifier(org.qubership.integration.platform.catalog.service.library.LibraryElementsService libraryService, org.qubership.integration.platform.catalog.util.ElementUtils elementUtils)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    applicableTo(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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ContainerElementPropertiesVerifier

      @Autowired public ContainerElementPropertiesVerifier(org.qubership.integration.platform.catalog.service.library.LibraryElementsService libraryService, org.qubership.integration.platform.catalog.util.ElementUtils elementUtils)
  • Method Details