Uses of Interface
org.odpi.openmetadata.frameworks.auditlog.messagesets.AuditLogRecordSeverity
-
Packages that use AuditLogRecordSeverity Package Description org.odpi.openmetadata.frameworks.auditlog.messagesets -
-
Uses of AuditLogRecordSeverity in org.odpi.openmetadata.frameworks.auditlog.messagesets
Methods in org.odpi.openmetadata.frameworks.auditlog.messagesets that return AuditLogRecordSeverity Modifier and Type Method Description AuditLogRecordSeverityAuditLogMessageDefinition. getSeverity()Return the severity of the audit log record.Constructors in org.odpi.openmetadata.frameworks.auditlog.messagesets with parameters of type AuditLogRecordSeverity Constructor Description AuditLogMessageDefinition(String messageId, AuditLogRecordSeverity severity, String messageTemplate, String systemAction, String userAction)Constructor to save all of the fixed values of a message.
-