public enum DataPlatformServicesAuditCode extends Enum<DataPlatformServicesAuditCode>
| Modifier and Type | Method and Description |
|---|---|
String |
getFormattedLogMessage(String... params)
Returns the log message with the placeholders filled out with the supplied parameters.
|
String |
getLogMessageId()
Returns the unique identifier for the error message.
|
OMRSAuditLogRecordSeverity |
getSeverity()
Return the severity of the audit log record.
|
String |
getSystemAction()
Returns a description of the action taken by the system when the condition that caused this exception was
detected.
|
String |
getUserAction()
Returns instructions of how to resolve the issue reported in this exception.
|
static DataPlatformServicesAuditCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataPlatformServicesAuditCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataPlatformServicesAuditCode SERVICE_INITIALIZING
public static final DataPlatformServicesAuditCode SERVICE_INITIALIZED
public static final DataPlatformServicesAuditCode SERVICE_SHUTDOWN
public static final DataPlatformServicesAuditCode ERROR_INITIALIZING_DATA_PLATFORM_CONNECTION
public static final DataPlatformServicesAuditCode DP_OMAS_IN_TOPIC_CONNECTION_INITIALIZED
public static final DataPlatformServicesAuditCode ERROR_INITIALIZING_DP_OMAS_IN_TOPIC_CONNECTION
public static final DataPlatformServicesAuditCode ERROR_SHUTDOWN
public static final DataPlatformServicesAuditCode PUBLISH_EVENT_EXCEPTION
public static DataPlatformServicesAuditCode[] values()
for (DataPlatformServicesAuditCode c : DataPlatformServicesAuditCode.values()) System.out.println(c);
public static DataPlatformServicesAuditCode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getLogMessageId()
public String getFormattedLogMessage(String... params)
params - - strings that plug into the placeholders in the logMessagepublic String getSystemAction()
public String getUserAction()
public OMRSAuditLogRecordSeverity getSeverity()
Copyright © 2018–2019 ODPi. All rights reserved.