|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines an object that will contain all of the nodes defined for the
current application; that is, all the nodes visible from the process
map in the builder. The object that implements IProcessMap
is part of the application's process definition; a handle to the
process map can be obtained via the IProcessDefinition
interface.
INodeElement
,
IProcessDefinition
Method Summary | |
java.util.Enumeration |
activityNodes()
Returns an enumeration of all the activity nodes defined in the process map for the current application. |
java.util.Enumeration |
automatedNodes()
Returns an enumeration of all the automated nodes defined in the process map for the current application. |
java.util.Enumeration |
entryNodes()
Returns an enumeration of all the entry point nodes defined in the process map for the current application. |
java.util.Enumeration |
exceptionNodes()
Returns an enumeration of all the exception nodes defined in the process map for the current application. |
java.util.Enumeration |
exitNodes()
Returns an enumeration of all the exit point nodes defined in the process map for the current application. |
java.lang.String |
getAutomatedNodesPDM()
Returns a string (in the format of a JavaScript hashtable definition) of the names of all the automated nodes defined in the process map. |
INodeElement |
getNodeElement(java.lang.String neName)
Returns a handle to the specified node element. |
java.util.Enumeration |
nodes()
Returns an enumeration of all the nodes defined in the process map for the current application. |
Method Detail |
public java.util.Enumeration nodes()
INodeElement
public java.util.Enumeration entryNodes()
INodeElement
public java.util.Enumeration activityNodes()
INodeElement
public java.util.Enumeration exceptionNodes()
INodeElement
public java.util.Enumeration exitNodes()
INodeElement
public java.util.Enumeration automatedNodes()
INodeElement
public java.lang.String getAutomatedNodesPDM()
public INodeElement getNodeElement(java.lang.String neName) throws PMException
neName
- the name of the node element to accessPMException
- if there is no such node element defined in
the process map for the current application.INodeElement
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |