|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jbpm.workflow.core.impl.NodeContainerImpl
public class NodeContainerImpl
Constructor Summary | |
---|---|
NodeContainerImpl()
|
Method Summary | |
---|---|
void |
addNode(Node node)
Method for adding a node to this node container. |
Node |
getNode(long id)
The node in this NodeContainer with the given id. |
Node[] |
getNodes()
The Nodes of this NodeContainer. |
Node |
internalGetNode(long id)
|
void |
removeNode(Node node)
Method for removing a node from this node container |
Context |
resolveContext(String contextId,
Object param)
|
protected void |
validateAddNode(Node node)
|
protected void |
validateRemoveNode(Node node)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodeContainerImpl()
Method Detail |
---|
public void addNode(Node node)
NodeContainer
node
- the node to be addedprotected void validateAddNode(Node node)
public Node[] getNodes()
NodeContainer
getNodes
in interface NodeContainer
public Node getNode(long id)
NodeContainer
getNode
in interface NodeContainer
public Node internalGetNode(long id)
public void removeNode(Node node)
NodeContainer
node
- the node to be removedprotected void validateRemoveNode(Node node)
public Context resolveContext(String contextId, Object param)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |