public class I18NInformationEventAudit extends EventAudit
ACTIVITY_ASSIGNMENT_CHANGED, ACTIVITY_CREATED, ACTIVITY_DATA, ACTIVITY_ESCALATION_PARTICIPANT_RESOLVE_FAIL, ACTIVITY_ESCALATION_TIME_OUT, ACTIVITY_PARTICIPANT_RESOLVE_FAIL, ACTIVITY_STATE_CHANGED, ACTIVITY_TIME_OUT, COMPLETE_MANUAL_ACTIVITY, INFORMATION, JUSTIFICATION_FIELD_VALUE, PASSWORD_PICKUP, PROCESS_INITIAL_DATA, PROCESS_PARTCIPANT_RESOLVE_FAIL, PROCESS_STATE_CHANGED, PROCESS_TIME_OUT, PROCESS_USER_CHANGED_DATA| Constructor and Description |
|---|
I18NInformationEventAudit(java.lang.String string)
Constructs an I18NInformationEventAudit from the specified string.
|
I18NInformationEventAudit(java.lang.String infoKey,
java.lang.Object[] tokenValues)
Constructs the object with translated audit information with a
information key and an array of message parameters.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInfo()
Method will return the audit information for Locale.US.
|
java.lang.String |
getInfo(java.util.Locale locale) |
java.lang.String |
getInfoId()
This method returns the information identifier for this audit information
|
java.lang.String |
getLocalizedMessage()
Method will return audit information for the default locale.
|
boolean |
getNoAdditionalAuditing()
Returns an indication as to whether additional auditing should be performed.
|
java.lang.Object[] |
getTokens()
This method will get the Object[] of tokens which are used in the
localized message.
|
static java.lang.String |
normalize(java.lang.String s,
boolean canonical)
Normalizes the given string.
|
void |
setNoAdditionalAuditing(boolean noAdditionalAuditing)
Sets an indication as to whether additional auditing should be performed.
|
java.lang.String |
toXML()
Returns a XML representation of this exception message and
parameters that can be localized in the ITIM UI.
|
getActivityId, getEventType, getId, getProcessId, getTimeStamp, setActivityId, setEventType, setId, setProcessId, setTimeStamppublic I18NInformationEventAudit(java.lang.String string)
string - String from which the I18NInformationEventAudit should be constructed.public I18NInformationEventAudit(java.lang.String infoKey,
java.lang.Object[] tokenValues)
infoKey - string identifier of Audit detail.tokenValues - Object[] containing string values for replaceable tokens
in the message bundle string.public java.lang.String getInfoId()
public java.lang.Object[] getTokens()
public java.lang.String getLocalizedMessage()
public java.lang.String getInfo()
Locale.USpublic java.lang.String getInfo(java.util.Locale locale)
public boolean getNoAdditionalAuditing()
public void setNoAdditionalAuditing(boolean noAdditionalAuditing)
noAdditionalAuditing - Indicates whether additional auditing should be performed.public java.lang.String toXML()
public static java.lang.String normalize(java.lang.String s,
boolean canonical)