java.lang.Object
org.odpi.openmetadata.frameworks.connectors.ConnectorProvider
org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.ApacheAtlasRESTProvider
All Implemented Interfaces:
org.odpi.openmetadata.frameworks.auditlog.AuditLoggingComponent

public class ApacheAtlasRESTProvider extends org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
ApacheAtlasRESTProvider is the connector provider for the Apache Atlas REST connector that provides a Java API to the Apache Atlas REST API.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The configuration property name used to supply the name of the Apache Atlas server.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor used to initialize the ConnectorProvider with the Java class name of the specific store implementation.
  • Method Summary

    Methods inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase

    equals, getConnector, getConnector, getConnectorClassName, getConnectorComponentDescription, getConnectorType, getConnectorTypeProperties, hashCode, setAuditLog, toString

    Methods inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProvider

    getSupportedConfigurationProperties, getSupportedTechnologyTypes, getSupportedTemplateTypes

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • ATLAS_SERVER_NAME_CONFIGURATION_PROPERTY

      public static final String ATLAS_SERVER_NAME_CONFIGURATION_PROPERTY
      The configuration property name used to supply the name of the Apache Atlas server. This name is used in messages and its default value is "Apache Atlas".
      See Also:
  • Constructor Details

    • ApacheAtlasRESTProvider

      public ApacheAtlasRESTProvider()
      Constructor used to initialize the ConnectorProvider with the Java class name of the specific store implementation.