Class AuditableDiscoveryService

java.lang.Object
org.odpi.openmetadata.frameworks.connectors.Connector
org.odpi.openmetadata.frameworks.connectors.ConnectorBase
org.odpi.openmetadata.frameworks.discovery.DiscoveryService
org.odpi.openmetadata.adapters.connectors.discoveryservices.AuditableDiscoveryService
All Implemented Interfaces:
org.odpi.openmetadata.frameworks.auditlog.AuditLoggingComponent, org.odpi.openmetadata.frameworks.connectors.SecureConnectorExtension, org.odpi.openmetadata.frameworks.connectors.VirtualConnectorExtension, org.odpi.openmetadata.frameworks.discovery.OpenDiscoveryService
Direct Known Subclasses:
CSVDiscoveryService, DuplicateSuspectDiscoveryService

public abstract class AuditableDiscoveryService extends org.odpi.openmetadata.frameworks.discovery.DiscoveryService
AuditableDiscoveryService is a base class for discovery services that wish to use the audit log.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.odpi.openmetadata.frameworks.discovery.DiscoveryService

    disconnect, getConnectorComponentDescription, getDiscoveryContext, initializeEmbeddedConnectors, setAuditLog, setDiscoveryContext, setDiscoveryServiceName, start

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

    equals, getConnectedAssetProperties, getConnection, getConnectorInstanceId, hashCode, initialize, initializeConnectedAssetProperties, initializeSecretsStoreConnector, isActive, toString

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

    clearStatisticProperty, clearStatisticTimestamp, getConnectorStatistics, getStatisticCounter, getStatisticProperty, getStatisticTimestamp, incrementStatisticCounter, initializeStatisticCounter, setStatisticProperty, setStatisticTimestamp

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • AuditableDiscoveryService

      public AuditableDiscoveryService()