public enum DataPlatformAuditCode extends Enum<DataPlatformAuditCode>
| Modifier and Type | Method and Description |
|---|---|
String |
getFormattedLogMessage(String... params) |
String |
getLogMessage() |
String |
getLogMessageId() |
OMRSAuditLogRecordSeverity |
getSeverity() |
String |
getSystemAction() |
String |
getUserAction() |
static DataPlatformAuditCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataPlatformAuditCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataPlatformAuditCode SERVICE_INITIALIZING
public static final DataPlatformAuditCode SERVICE_REGISTERED_WITH_ENTERPRISE_TOPIC
public static final DataPlatformAuditCode SERVICE_REGISTERED_WITH_DP_IN_TOPIC
public static final DataPlatformAuditCode SERVICE_REGISTERED_WITH_DP_OUT_TOPIC
public static final DataPlatformAuditCode SERVICE_INITIALIZED
public static final DataPlatformAuditCode SERVICE_SHUTDOWN
public static final DataPlatformAuditCode ERROR_INITIALIZING_CONNECTION
public static final DataPlatformAuditCode ERROR_INITIALIZING_DATA_PLATFORM_TOPIC_CONNECTION
public static final DataPlatformAuditCode SUPPORTED_ZONES
public static final DataPlatformAuditCode BAD_CONFIG
public static final DataPlatformAuditCode ALL_ZONES
public static final DataPlatformAuditCode SERVICE_INSTANCE_FAILURE
public static DataPlatformAuditCode[] values()
for (DataPlatformAuditCode c : DataPlatformAuditCode.values()) System.out.println(c);
public static DataPlatformAuditCode 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 OMRSAuditLogRecordSeverity getSeverity()
public String getLogMessage()
public String getSystemAction()
public String getUserAction()
Copyright © 2018–2019 ODPi. All rights reserved.