Class RegisteredIntegrationConnectorConverter

java.lang.Object
org.odpi.openmetadata.accessservices.governanceengine.converters.RegisteredIntegrationConnectorConverter

public class RegisteredIntegrationConnectorConverter extends Object
RegisteredIntegrationConnectorConverter transfers the relevant properties from a IntegrationConnectorElement bean and the Open Metadata Repository Services (OMRS) Relationship object into a RegisteredIntegrationConnector bean.
  • Constructor Summary

    Constructors
    Constructor
    Description
    RegisteredIntegrationConnectorConverter(org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.OMRSRepositoryHelper repositoryHelper, String serviceName)
    Constructor captures the repository content needed to create the endpoint object.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.odpi.openmetadata.accessservices.governanceengine.metadataelements.RegisteredIntegrationConnectorElement
    getBean(org.odpi.openmetadata.accessservices.governanceengine.metadataelements.IntegrationConnectorElement integrationConnector, org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Relationship registrationRelationship)
    Request the bean is extracted from the repository entity.

    Methods inherited from class java.lang.Object

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

    • RegisteredIntegrationConnectorConverter

      public RegisteredIntegrationConnectorConverter(org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.OMRSRepositoryHelper repositoryHelper, String serviceName)
      Constructor captures the repository content needed to create the endpoint object.
      Parameters:
      repositoryHelper - helper object to parse entity/relationship objects
      serviceName - name of this component
  • Method Details

    • getBean

      public org.odpi.openmetadata.accessservices.governanceengine.metadataelements.RegisteredIntegrationConnectorElement getBean(org.odpi.openmetadata.accessservices.governanceengine.metadataelements.IntegrationConnectorElement integrationConnector, org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Relationship registrationRelationship)
      Request the bean is extracted from the repository entity.
      Parameters:
      integrationConnector - properties to convert
      registrationRelationship - RegisteredIntegrationConnector relationship
      Returns:
      output bean