|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a node in the process definition
Method Summary | |
int[] |
getChildIds()
Returns an array of ids of all the child nodes. |
int |
getId()
Returns the id of the process node |
String |
getMethod()
Returns the name of the java method that is invoked as a part of executing this node if any |
String |
getName()
Returns the name of the process node |
int |
getParentId()
Returns the id of the parent node. |
int |
getType()
Returns the type of the process node as defined in com.bea.wli.bpm.common.NodeTypes |
Method Detail |
public String getName()
public String getMethod()
public int getId()
public int getType()
com.bea.wli.bpm.common.NodeTypes
public int[] getChildIds()
public int getParentId()
-1
if the node does not have parent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |