|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CompositeElement
node container base class for ProcessDefinition
and Node
.
Method Summary | |
---|---|
Node |
findNode(java.lang.String nodeName)
searches for the given node in this node, including this node and all child nodes recursively. |
Node |
getNode(java.lang.String nodeName)
the first composite node with the given name or null of no such node exists. |
java.util.List<Node> |
getNodes()
the list of composite nodes. |
java.util.Map<java.lang.String,Node> |
getNodesMap()
the composite nodes, keyed by node name. |
boolean |
hasNode(java.lang.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.jbpm.pvm.ObservableElement |
---|
getDescription, getEvent, getEvents, getName, getParent, hasEvent |
Methods inherited from interface org.jbpm.pvm.ProcessElement |
---|
getDbid, getExceptionHandlers, getProcessDefinition, getProperty, getPropertyKeys |
Method Detail |
---|
boolean hasNodes()
java.util.List<Node> getNodes()
boolean hasNode(java.lang.String nodeName)
Node getNode(java.lang.String nodeName)
Node findNode(java.lang.String nodeName)
java.util.Map<java.lang.String,Node> getNodesMap()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |