Class OMRSAuditLogStoreProviderBase
- 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:
AuditLoggingComponent
public abstract class OMRSAuditLogStoreProviderBase extends 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 StringsupportedSeveritiesProperty-
Fields inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
auditLog, connectorInterfaces, connectorTypeBean
-
-
Constructor Summary
Constructors Constructor Description OMRSAuditLogStoreProviderBase()Default Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<String>getRecognizedConfigurationProperties()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, getConnectorType, getConnectorTypeProperties, getNewConnectorGUID, hashCode, setAuditLog, setConnectorClassName, setConnectorComponentDescription, setConnectorTypeProperties, toString
-
-
-
-
Field Detail
-
supportedSeveritiesProperty
public static final String supportedSeveritiesProperty
- See Also:
- Constant Field Values
-
-
Method Detail
-
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).
-
-