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
    Property name of supported severities
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default Constructor
  • Method Summary

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

    equals, getConnector, getConnector, getConnectorClassName, getConnectorComponentDescription, getConnectorType, getConnectorTypeProperties, hashCode, setAuditLog, toString

    Methods inherited from class java.lang.Object

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

    • supportedSeveritiesProperty

      public static final String supportedSeveritiesProperty
      Property name of supported severities
      See Also:
  • Constructor Details

    • OMRSAuditLogStoreProviderBase

      public OMRSAuditLogStoreProviderBase()
      Default Constructor