public enum CommunityProfileAuditCode extends Enum<CommunityProfileAuditCode>
| Enum Constant and Description |
|---|
INBOUND_EVENT |
KARMA_PLATEAU_AWARD |
KARMA_POINT_EXCEPTION |
OUTBOUND_EVENT |
OUTBOUND_EVENT_EXCEPTION |
SERVICE_INITIALIZED |
SERVICE_INITIALIZING |
SERVICE_INSTANCE_FAILURE |
SERVICE_REGISTERED_WITH_ENTERPRISE_TOPIC |
SERVICE_SHUTDOWN |
| Modifier and Type | Method and Description |
|---|---|
String |
getFormattedLogMessage(String... params)
Returns the log message with the placeholders filled out with the supplied parameters.
|
String |
getLogMessageId()
Returns the unique identifier for the error message.
|
OMRSAuditLogRecordSeverity |
getSeverity()
Return the severity of the audit log record.
|
String |
getSystemAction()
Returns a description of the action taken by the system when the condition that caused this exception was
detected.
|
String |
getUserAction()
Returns instructions of how to resolve the issue reported in this exception.
|
static CommunityProfileAuditCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommunityProfileAuditCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommunityProfileAuditCode SERVICE_INITIALIZING
public static final CommunityProfileAuditCode SERVICE_REGISTERED_WITH_ENTERPRISE_TOPIC
public static final CommunityProfileAuditCode SERVICE_INITIALIZED
public static final CommunityProfileAuditCode SERVICE_SHUTDOWN
public static final CommunityProfileAuditCode SERVICE_INSTANCE_FAILURE
public static final CommunityProfileAuditCode OUTBOUND_EVENT
public static final CommunityProfileAuditCode INBOUND_EVENT
public static final CommunityProfileAuditCode KARMA_PLATEAU_AWARD
public static final CommunityProfileAuditCode KARMA_POINT_EXCEPTION
public static final CommunityProfileAuditCode OUTBOUND_EVENT_EXCEPTION
public static CommunityProfileAuditCode[] values()
for (CommunityProfileAuditCode c : CommunityProfileAuditCode.values()) System.out.println(c);
public static CommunityProfileAuditCode 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 getFormattedLogMessage(String... params)
params - - strings that plug into the placeholders in the logMessagepublic String getSystemAction()
public String getUserAction()
Copyright © 2018–2019 ODPi. All rights reserved.