|
Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfilenet.vw.api.VWReturnStackElement
public class VWReturnStackElement
Encapsulates a stack frame object for a work object, containing map and step identification and error description information.
Method Summary | |
---|---|
static java.lang.String |
_get_FILE_AUTHOR()
For FileNet internal use only, do not call. |
static java.lang.String |
_get_FILE_DATE()
For FileNet internal use only, do not call. |
static java.lang.String |
_get_FILE_REVISION()
For FileNet internal use only, do not call. |
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 static java.lang.String _get_FILE_DATE()
public static java.lang.String _get_FILE_AUTHOR()
public static java.lang.String _get_FILE_REVISION()
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()
|
Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |