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