|
Process Class Relationships | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--filenet.vw.api.VWReturnStackElement
Encapsulates a stack frame object for a work object, containing map and step identification and error description information.
Method Summary | |
java.lang.String |
getErrorMessageText()
Gets the error message text for this stack object. |
java.lang.String |
getErrorNumber()
Gets the error number for this stack object. |
int |
getMapId()
Gets the ID of the map for this stack object. |
java.lang.String |
getMapName()
Gets the name of the map for this stack object. |
int |
getStepId()
Gets the ID of the step for this stack object. |
java.lang.String |
getStepName()
Gets the name of the step for this stack object. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getMapName()
public int getMapId()
public java.lang.String getStepName()
public int getStepId()
public java.lang.String getErrorNumber()
public java.lang.String getErrorMessageText()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |