|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CompositeElement
node container base class for OpenProcessDefinition and Node.
| Method Summary | |
|---|---|
Node |
findNode(String nodeName)
searches for the given node in this node, including this node and all child nodes recursively. |
Node |
getNode(String nodeName)
the first composite node with the given name or null of no such node exists. |
List<Node> |
getNodes()
the list of composite nodes. |
Map<String,Node> |
getNodesMap()
the composite nodes, keyed by node name. |
boolean |
hasNode(String nodeName)
indicates if a node with the given name exists in this processDefinition. |
boolean |
hasNodes()
indicates if this processDefinition has nodes. |
| Methods inherited from interface org.ow2.orchestra.pvm.model.ObservableElement |
|---|
getDbid, getName, getParent, getProcessDefinition, getProperty, getPropertyKeys, hasEvent |
| Method Detail |
|---|
boolean hasNodes()
List<Node> getNodes()
boolean hasNode(String nodeName)
Node getNode(String nodeName)
Node findNode(String nodeName)
Map<String,Node> getNodesMap()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||