Enum Class JDBCIntegrationConnectorAuditCode

java.lang.Object
java.lang.Enum<JDBCIntegrationConnectorAuditCode>
org.odpi.openmetadata.adapters.connectors.integration.jdbc.ffdc.JDBCIntegrationConnectorAuditCode
All Implemented Interfaces:
Serializable, Comparable<JDBCIntegrationConnectorAuditCode>, Constable, AuditLogMessageSet

public enum JDBCIntegrationConnectorAuditCode extends Enum<JDBCIntegrationConnectorAuditCode> implements AuditLogMessageSet
The JDBCIntegrationConnectorAuditCode is used to define the message content for the Audit Log. The 5 fields in the enum are:
  • Log Message Id - to uniquely identify the message
  • Severity - is this an event, decision, action, error or exception
  • Log Message Text - includes placeholder to allow additional values to be captured
  • SystemAction - describes the result of the situation
  • UserAction - describes how a user should correct the situation