Class OpenMetadataArchiveStoreConnector

java.lang.Object
org.odpi.openmetadata.frameworks.connectors.Connector
org.odpi.openmetadata.frameworks.connectors.ConnectorBase
org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.OpenMetadataArchiveStoreConnector
All Implemented Interfaces:
AuditLoggingComponent, SecureConnectorExtension, OpenMetadataArchiveStore
Direct Known Subclasses:
DirectoryBasedOpenMetadataArchiveStoreConnector, FileBasedOpenMetadataArchiveStoreConnector

public abstract class OpenMetadataArchiveStoreConnector extends ConnectorBase implements OpenMetadataArchiveStore, AuditLoggingComponent
OpenMetadataArchiveStoreConnector is the base class for connectors that support the OpenMetadataArchiveStore
  • Field Details

    • auditLog

      protected AuditLog auditLog
  • Constructor Details

    • OpenMetadataArchiveStoreConnector

      public OpenMetadataArchiveStoreConnector()
  • Method Details

    • setAuditLog

      public void setAuditLog(AuditLog auditLog)
      Receive an audit log object that can be used to record audit log messages. The caller has initialized it with the correct component description and log destinations.
      Specified by:
      setAuditLog in interface AuditLoggingComponent
      Parameters:
      auditLog - audit log object
    • getConnectorComponentDescription

      public ComponentDescription getConnectorComponentDescription()
      Return the component description that is used by this connector in the audit log.
      Specified by:
      getConnectorComponentDescription in interface AuditLoggingComponent
      Returns:
      id, name, description, wiki page URL.