|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Node | |
|---|---|
| org.jbpm.pvm.activity | interfaces for implementing
activities, which represent the
runtime behaviour of nodes. |
| org.jbpm.pvm.model | common model base classes for the client, activity and event listener API's |
| Uses of Node in org.jbpm.pvm.activity |
|---|
| Methods in org.jbpm.pvm.activity that return Node | |
|---|---|
Node |
ActivityExecution.getPreviousNode()
returns the previously executed node only if isPreviousNeeded()
is set to true. |
| Methods in org.jbpm.pvm.activity with parameters of type Node | |
|---|---|
void |
ActivityExecution.execute(Node node)
executes the given node. |
void |
ActivityExecution.move(Node destination)
position this execution in the destination node. |
void |
ActivityExecution.move(Node destination,
Execution execution)
position the given execution in the destination node |
| Uses of Node in org.jbpm.pvm.model |
|---|
| Methods in org.jbpm.pvm.model that return Node | |
|---|---|
Node |
CompositeElement.findNode(String nodeName)
searches for the given node in this node, including this node and all child nodes recursively. |
Node |
Transition.getDestination()
the node in which this transition arrives. |
Node |
OpenProcessDefinition.getInitial()
the initial node of this process definition |
Node |
OpenExecution.getNode()
the current node |
Node |
CompositeElement.getNode(String nodeName)
the first composite node with the given name or null of no such node exists. |
Node |
Node.getParentNode()
retrieve the parent node in the composite node structure. |
Node |
Transition.getSource()
the node from which this transition leaves. |
| Methods in org.jbpm.pvm.model that return types with arguments of type Node | |
|---|---|
List<Node> |
CompositeElement.getNodes()
the list of composite nodes. |
Map<String,Node> |
CompositeElement.getNodesMap()
the composite nodes, keyed by node name. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||