public enum LineageIntegratorAuditCode extends Enum<LineageIntegratorAuditCode> implements AuditLogMessageSet
| Enum Constant and Description |
|---|
CONNECTOR_CONTEXT_INITIALIZING |
CONTEXT_INITIALIZING |
NULL_CONTEXT |
PERMITTED_SYNCHRONIZATION |
| 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()
toString() JSON-style
|
static LineageIntegratorAuditCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineageIntegratorAuditCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LineageIntegratorAuditCode CONTEXT_INITIALIZING
public static final LineageIntegratorAuditCode CONNECTOR_CONTEXT_INITIALIZING
public static final LineageIntegratorAuditCode PERMITTED_SYNCHRONIZATION
public static final LineageIntegratorAuditCode NULL_CONTEXT
public static LineageIntegratorAuditCode[] values()
for (LineageIntegratorAuditCode c : LineageIntegratorAuditCode.values()) System.out.println(c);
public static LineageIntegratorAuditCode 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<LineageIntegratorAuditCode>Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.