public enum DataPlatformAuditCode extends Enum<DataPlatformAuditCode> implements AuditLogMessageSet
| 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 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_PUBLISHING
public static final DataPlatformAuditCode SERVICE_INITIALIZED
public static final DataPlatformAuditCode SERVICE_SHUTDOWN
public static final DataPlatformAuditCode PUBLISHING_SHUTDOWN
public static final DataPlatformAuditCode PUBLISHING_SHUTDOWN_ERROR
public static final DataPlatformAuditCode SERVICE_INSTANCE_FAILURE
public static final DataPlatformAuditCode SERVICE_INSTANCE_TERMINATION_FAILURE
public static final DataPlatformAuditCode OUT_TOPIC_EVENT
public static final DataPlatformAuditCode PROCESS_EVENT_EXCEPTION
public static final DataPlatformAuditCode PARSE_EVENT_EXCEPTION
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 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<DataPlatformAuditCode>Copyright © 2018–2020 ODPi. All rights reserved.