Class AtlasReferenceClassificationsIntegrationModule

java.lang.Object
org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasIntegrationModuleBase
org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasReferenceClassificationsIntegrationModule

public class AtlasReferenceClassificationsIntegrationModule extends AtlasIntegrationModuleBase
AtlasReferenceClassificationsIntegrationModule synchronizes a valid value set of classification definitions from the open metadata ecosystem to Apache Atlas as classification definitions. This is used to It is called after the registered integration modules have established the key assets into the open metadata ecosystem.
  • Constructor Details

    • AtlasReferenceClassificationsIntegrationModule

      public AtlasReferenceClassificationsIntegrationModule(String connectorName, ConnectionProperties connectionProperties, AuditLog auditLog, CatalogIntegratorContext myContext, String targetRootURL, ApacheAtlasRESTConnector atlasClient, List<Connector> embeddedConnectors, String classificationReferenceSetName, String classificationReferenceSetPolicy) throws UserNotAuthorizedException
      Constructor for the module is supplied with the runtime context in order to operate.
      Parameters:
      connectorName - name of the connector (for messages)
      connectionProperties - connection properties used to start the connector
      auditLog - logging destination
      myContext - integration context
      targetRootURL - URL to connect to Apache Atlas
      atlasClient - client to connect to Apache Atlas
      embeddedConnectors - list of any embedded connectors (such as secrets connector and topic connector
      classificationReferenceSetName - determines what type of mapping to perform for informal tags
      classificationReferenceSetPolicy - determines the direction of exchange between the open metadata ecosystem and Apache Atlas
      Throws:
      UserNotAuthorizedException - security problem
  • Method Details