Class AtlasIntegrationModuleBase
java.lang.Object
org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasIntegrationModuleBase
- Direct Known Subclasses:
AtlasInformalTagsIntegrationModule,AtlasLineageIntegrationModule,AtlasReferenceClassificationsIntegrationModule,AtlasRegisteredIntegrationModuleBase,AtlasRelatedElementsIntegrationModule
AtlasIntegrationModuleBase defines the interface that classes that support the synchronization of particular types of metadata with Apache Atlas.
-
Constructor Summary
ConstructorsConstructorDescriptionAtlasIntegrationModuleBase(String connectorName, String moduleName, org.odpi.openmetadata.frameworks.connectors.properties.ConnectionProperties connectionProperties, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog, org.odpi.openmetadata.integrationservices.catalog.connector.CatalogIntegratorContext myContext, String targetRootURL, ApacheAtlasRESTConnector atlasClient, List<org.odpi.openmetadata.frameworks.connectors.Connector> embeddedConnectors) Initialize the common properties for an integration module. -
Method Summary
-
Constructor Details
-
AtlasIntegrationModuleBase
public AtlasIntegrationModuleBase(String connectorName, String moduleName, org.odpi.openmetadata.frameworks.connectors.properties.ConnectionProperties connectionProperties, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog, org.odpi.openmetadata.integrationservices.catalog.connector.CatalogIntegratorContext myContext, String targetRootURL, ApacheAtlasRESTConnector atlasClient, List<org.odpi.openmetadata.frameworks.connectors.Connector> embeddedConnectors) throws org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException Initialize the common properties for an integration module.- Parameters:
connectorName- name of this connectormoduleName- name of this moduleconnectionProperties- supplied connector used to configure the connectorauditLog- logging destinationmyContext- integration context assigned to the connectortargetRootURL- host name and port of Apache AtlasatlasClient- client to call Apache AtlasembeddedConnectors- any connectors embedded in the connector (such as the secrets connector or Kafka connector)- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the data asset service has not been enabled.
-