Process Class Relationships

filenet.vw.api
Class VWReturnStackElement

java.lang.Object
  |
  +--filenet.vw.api.VWReturnStackElement
All Implemented Interfaces:
java.io.Serializable

public class VWReturnStackElement
extends java.lang.Object
implements java.io.Serializable

Encapsulates a stack frame object for a work object, containing map and step identification and error description information.

Since:
eP6.0
See Also:
Serialized Form

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

getMapName

public java.lang.String getMapName()
Gets the name of the map for this stack object.
Returns:
Name of the map for this stack object.

getMapId

public int getMapId()
Gets the ID of the map for this stack object.
Returns:
ID of the map for this stack object.

getStepName

public java.lang.String getStepName()
Gets the name of the step for this stack object.
Returns:
Name of the step for this stack object.

getStepId

public int getStepId()
Gets the ID of the step for this stack object.
Returns:
ID of the step for this stack object.

getErrorNumber

public java.lang.String getErrorNumber()
Gets the error number for this stack object.
Returns:
Error number for this stack object.

getErrorMessageText

public java.lang.String getErrorMessageText()
Gets the error message text for this stack object.
Returns:
Error message text for this stack object.


Copyright © 2002, 2003 FileNet Corporation. All rights reserved.