java.lang.Object
org.odpi.openmetadata.frameworks.connectors.ConnectorProvider
org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
org.odpi.openmetadata.repositoryservices.connectors.stores.auditlogstore.OMRSAuditLogStoreProviderBase
All Implemented Interfaces:
org.odpi.openmetadata.frameworks.auditlog.AuditLoggingComponent

public abstract class OMRSAuditLogStoreProviderBase extends org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
The OMRSAuditLogStoreProviderBase provides a base class for the connector provider supporting OMRS audit log stores. It extends ConnectorProviderBase which does the creation of connector instances. The subclasses of OMRSAuditLogStoreProviderBase must initialize ConnectorProviderBase with the Java class name of the audit log connector implementation (by calling super.setConnectorClassName(className)). Then the connector provider will work.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase

    auditLog, connectorInterfaces, connectorTypeBean
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    protected List<String>
    Return the list of recognized configuration properties supported by the base class for the connector.

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

    equals, getConnector, getConnector, getConnectorClassName, getConnectorComponentDescription, getConnectorType, getConnectorTypeProperties, getNewConnectorGUID, hashCode, setAuditLog, setConnectorClassName, setConnectorComponentDescription, setConnectorTypeProperties, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • OMRSAuditLogStoreProviderBase

      public OMRSAuditLogStoreProviderBase()
      Default Constructor
  • Method Details

    • getRecognizedConfigurationProperties

      protected List<String> getRecognizedConfigurationProperties()
      Return the list of recognized configuration properties supported by the base class for the connector.
      Returns:
      list of Audit log severities that this connector is configured to support (see OMRSAuditLogRecordSeverity).