|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.workflow.model.EventAudit | +--com.ibm.itim.workflow.model.I18NInformationEventAudit
Class representing an auditable information event in the workflow engine.
Field Summary |
---|
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
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. |
java.lang.String |
toXML()
Returns a XML representation of this exception message and parameters that can be localized in the ITIM UI. |
Methods inherited from class com.ibm.itim.workflow.model.EventAudit |
---|
getActivityId, getEventType, getId, getProcessId, getTimeStamp, setActivityId, setEventType, setId, setProcessId, setTimeStamp |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
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.Method Detail |
public java.lang.String getInfoId()
public java.lang.Object[] getTokens()
public java.lang.String getLocalizedMessage()
public java.lang.String getInfo()
Locale.US
public java.lang.String getInfo(java.util.Locale locale)
public java.lang.String toXML()
public static java.lang.String normalize(java.lang.String s, boolean canonical)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |