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