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
public abstract class OMRSRepositoryConnectorProviderBase extends ConnectorProviderBase
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
-
-
Constructor Summary
Constructors Constructor Description OMRSRepositoryConnectorProviderBase()Default Constructor
-
Method Summary
-
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
equals, getConnector, getConnector, getConnectorClassName, getConnectorComponentDescription, getConnectorType, getConnectorTypeProperties, getNewConnectorGUID, hashCode, setAuditLog, setConnectorClassName, setConnectorComponentDescription, setConnectorTypeProperties, toString
-
-