Class OMRSRepositoryConnectorProviderBase
java.lang.Object
org.odpi.openmetadata.frameworks.connectors.ConnectorProvider
org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.OMRSRepositoryConnectorProviderBase
- All Implemented Interfaces:
AuditLoggingComponent
- Direct Known Subclasses:
EnterpriseOMRSConnectorProvider
,GraphOMRSRepositoryConnectorProvider
,InMemoryOMRSRepositoryConnectorProvider
,OMRSRESTRepositoryConnectorProvider
,PostgresOMRSRepositoryConnectorProvider
,ReadOnlyOMRSRepositoryConnectorProvider
,XTDBOMRSRepositoryConnectorProvider
The OMRSRepositoryConnectorProviderBase provides a base class for the connector provider supporting OMRS Connectors.
It adds no function but provides a placeholder for additional function if needed for the creation of
any OMRS Repository connectors.
It extends ConnectorProviderBase which does the creation of connector instances. The subclasses of
OMRSRepositoryConnectorProviderBase must initialize ConnectorProviderBase with the Java class
name of the OMRS Connector implementation (by calling super.setConnectorClassName(className)).
Then the connector provider will work.
-
Field Summary
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
Constructors -
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
-
Constructor Details
-
OMRSRepositoryConnectorProviderBase
public OMRSRepositoryConnectorProviderBase()Default Constructor
-