Class ApacheAtlasRESTProvider
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:
AuditLoggingComponent
ApacheAtlasRESTProvider is the connector provider for the Apache Atlas REST connector that provides a Java API to the Apache Atlas REST API.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The configuration property name used to supply the name of the Apache Atlas server.Fields inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
auditLog, connectorInterfaces, connectorTypeBean
Fields inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProvider
supportedConfigurationProperties, supportedTechnologyTypes, supportedTemplateTypes
-
Constructor Summary
ConstructorDescriptionConstructor 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, getClassForConnector, getConnector, getConnector, getConnectorClassName, getConnectorComponentDescription, getConnectorType, getConnectorTypeProperties, getNewConnectorGUID, hashCode, setAuditLog, setConnectorClassName, setConnectorComponentDescription, setConnectorTypeProperties, toString
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProvider
getSupportedConfigurationProperties, getSupportedTechnologyTypes, getSupportedTemplateTypes
-
Field Details
-
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.
-