|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Node | |
|---|---|
| org.ow2.orchestra.pvm.activity | |
| org.ow2.orchestra.pvm.internal.model | |
| org.ow2.orchestra.pvm.model | |
| Uses of Node in org.ow2.orchestra.pvm.activity |
|---|
| Methods in org.ow2.orchestra.pvm.activity that return Node | |
|---|---|
Node |
ActivityExecution.getPreviousNode()
returns the previously executed node only if isPreviousNeeded() is set to true. |
| Methods in org.ow2.orchestra.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.ow2.orchestra.pvm.internal.model |
|---|
| Classes in org.ow2.orchestra.pvm.internal.model that implement Node | |
|---|---|
class |
NodeImpl
|
static class |
ProcessModificationsImpl.AddedNode
|
| Fields in org.ow2.orchestra.pvm.internal.model declared as Node | |
|---|---|
protected Node |
ExecutionImpl.previousNode
|
| Methods in org.ow2.orchestra.pvm.internal.model that return Node | |
|---|---|
Node |
CompositeElementImpl.addNode(NodeImpl node)
|
Node |
CompositeElementImpl.createNode()
creates a nested node. |
Node |
CompositeElementImpl.findNode(String nodeName)
|
Node |
NodeImpl.findNode(String nodeName)
|
Node |
ExecutionImpl.getPreviousNode()
|
| Methods in org.ow2.orchestra.pvm.internal.model that return types with arguments of type Node | |
|---|---|
List<Node> |
CompositeElementImpl.getNodes()
the list of nested activities. |
Map<String,Node> |
CompositeElementImpl.getNodesMap()
the nested activities, keyed by node name. |
| Methods in org.ow2.orchestra.pvm.internal.model with parameters of type Node | |
|---|---|
void |
ProcessModificationsImpl.addTransition(Node source,
String name,
Node destination)
|
void |
ExecutionImpl.execute(Node nodeToExecute)
|
void |
ExecutionImpl.move(Node destination)
|
void |
ExecutionImpl.move(Node destination,
Execution execution)
|
void |
ExecutionImpl.setPreviousNode(Node previousNode)
|
| Uses of Node in org.ow2.orchestra.pvm.model |
|---|
| Methods in org.ow2.orchestra.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.ow2.orchestra.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 | |||||||||