Class RegisteredIntegrationConnectorConverter
java.lang.Object
org.odpi.openmetadata.frameworkservices.gaf.converters.RegisteredIntegrationConnectorConverter
RegisteredIntegrationConnectorConverter transfers the relevant properties from a IntegrationConnectorElement bean
and the Open Metadata Repository Services (OMRS) Relationship object into a RegisteredIntegrationConnector bean.
-
Constructor Summary
ConstructorsConstructorDescriptionRegisteredIntegrationConnectorConverter(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 TypeMethodDescriptionorg.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredIntegrationConnectorElementgetBean(org.odpi.openmetadata.frameworks.governanceaction.properties.IntegrationConnectorElement integrationConnector, org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Relationship registrationRelationship) Request the bean is extracted from the repository entity.
-
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 objectsserviceName- name of this component
-
-
Method Details
-
getBean
public org.odpi.openmetadata.frameworks.governanceaction.properties.RegisteredIntegrationConnectorElement getBean(org.odpi.openmetadata.frameworks.governanceaction.properties.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 convertregistrationRelationship- RegisteredIntegrationConnector relationship- Returns:
- output bean
-