Class OpenMetadataRelationshipDataSetConnectorBase

All Implemented Interfaces:
AuditLoggingComponent, SecureConnectorExtension, ReadableTabularDataSource, VirtualConnectorExtension
Direct Known Subclasses:
CertificationsTabularDataSetConnector, ExceptionsTabularDataSetConnector, LicensesTabularDataSetConnector

public abstract class OpenMetadataRelationshipDataSetConnectorBase extends OpenMetadataDataSetConnectorBase
OpenMetadataRootDataSetConnectorBase is the base class for the tabular data set built on OpenMetadataRootElements. The constructor allows the provider to pass the product definition to the open metadata repository.
  • Field Details

  • Constructor Details

    • OpenMetadataRelationshipDataSetConnectorBase

      public OpenMetadataRelationshipDataSetConnectorBase(String connectorName)
      Constructor used to set up the name of this connector (supplied by the subclasses).
      Parameters:
      connectorName - name of the connector
    • OpenMetadataRelationshipDataSetConnectorBase

      public OpenMetadataRelationshipDataSetConnectorBase(String connectorName, ProductDefinition productDefinition)
      Constructor used to set up the name of this connector (supplied by the subclasses).
      Parameters:
      connectorName - name of the connector
  • Method Details