Methods
Modifier and Type |
Method and Description |
void |
add()
New WFCallStack defaults wfid from the owning WFInstance
and active to true.
|
WFNode |
getCurrentNode()
Returns the node associated with this CallStack Mbo.
|
byte[] |
getViewAsGIF()
Deprecated.
Please use getViewAsImage() instead. The GifImageGenerator class,
is no longer used.
|
java.awt.image.BufferedImage |
getViewAsImage()
Returns view of the workflow as a BufferedImage.
|
WFInstance |
getWFInstance()
Return the WFInstance that owns this Mbo.
|
WFNodeRemote |
initCurrentNode(WFProcessRemote wfProcess)
Initialize a new WFCallStack Mbo for the process it links to.
|
WFNodeRemote |
setCurrentNode(int nodeid)
Note on the CallStack record where in the current process we are.
|