public enum AssetLineageAuditCode extends Enum<AssetLineageAuditCode> implements AuditLogMessageSet
| Enum Constant and Description |
|---|
ENTITY_ERROR |
ENTITY_INFO |
EVENT_PROCESSING_EXCEPTION |
PUBLISH_PROCESS_INFO |
PUBLISHER_NOT_AVAILABLE_ERROR |
SERVICE_INITIALIZED |
SERVICE_INITIALIZING |
SERVICE_INSTANCE_FAILURE |
SERVICE_SHUTDOWN |
| Modifier and Type | Method and Description |
|---|---|
AuditLogMessageDefinition |
getMessageDefinition()
Retrieve a message definition object for logging.
|
AuditLogMessageDefinition |
getMessageDefinition(String... params)
Retrieve a message definition object for logging.
|
String |
toString()
JSON-style toString
|
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 final AssetLineageAuditCode EVENT_PROCESSING_EXCEPTION
public static final AssetLineageAuditCode PUBLISH_PROCESS_INFO
public static final AssetLineageAuditCode ENTITY_INFO
public static final AssetLineageAuditCode ENTITY_ERROR
public static final AssetLineageAuditCode PUBLISHER_NOT_AVAILABLE_ERROR
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 AuditLogMessageDefinition getMessageDefinition()
getMessageDefinition in interface AuditLogMessageSetpublic AuditLogMessageDefinition getMessageDefinition(String... params)
getMessageDefinition in interface AuditLogMessageSetparams - array of parameters (all strings). They are inserted into the message according to the numbering in the message text.public String toString()
toString in class Enum<AssetLineageAuditCode>Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.