|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICommitResultInfo
An interface to the information that is returned if a problem is encountered during a commit to the InfoStore.
| Method Summary | |
|---|---|
java.lang.String |
getCMSMessage()
Returns the message provided by the CMS. |
java.lang.String |
getErrorCodeString()
Returns the error code string. |
int |
getExceptionCode()
Deprecated. since 4.0 |
int |
getID()
Deprecated. Please use getIDs().
Returns the ID of the InfoObject associated with this result info. If there are multiple InfoObjects that are associated
with this result info, only the first ID will be returned. |
java.util.Set |
getIDs()
Returns the IDs of the InfoObjects associated with this result info. |
java.lang.String |
getLocalizedMessage(java.util.Locale locale)
Returns the localized exception message. |
| Method Detail |
|---|
int getID()
getIDs().
Returns the ID of the InfoObject associated with this result info. If there are multiple InfoObjects that are associated
with this result info, only the first ID will be returned.
int identifying the ID of an InfoObject.java.util.Set getIDs()
Set of Integers to identify InfoObjects.java.lang.String getCMSMessage()
java.lang.String getLocalizedMessage(java.util.Locale locale)
locale - the locale for the message
int getExceptionCode()
java.lang.String getErrorCodeString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||