Package | Description |
---|---|
org.jbpm.workflow.core.node |
Modifier and Type | Method and Description |
---|---|
CompositeNode.NodeAndType |
CompositeNode.getLinkedIncomingNode(String inType) |
CompositeNode.NodeAndType |
ForEachNode.getLinkedIncomingNode(String inType) |
CompositeNode.NodeAndType |
CompositeNode.getLinkedOutgoingNode(String outType) |
CompositeNode.NodeAndType |
ForEachNode.getLinkedOutgoingNode(String inType) |
CompositeNode.NodeAndType |
CompositeNode.internalGetLinkedIncomingNode(String inType) |
CompositeNode.NodeAndType |
ForEachNode.internalGetLinkedIncomingNode(String inType) |
CompositeNode.NodeAndType |
CompositeNode.internalGetLinkedOutgoingNode(String outType) |
CompositeNode.NodeAndType |
ForEachNode.internalGetLinkedOutgoingNode(String inType) |
Modifier and Type | Method and Description |
---|---|
Map<String,CompositeNode.NodeAndType> |
CompositeNode.getLinkedIncomingNodes() |
Map<String,CompositeNode.NodeAndType> |
CompositeNode.getLinkedOutgoingNodes() |
Modifier and Type | Method and Description |
---|---|
void |
CompositeNode.linkIncomingConnections(String inType,
CompositeNode.NodeAndType inNode) |
void |
CompositeNode.linkOutgoingConnections(CompositeNode.NodeAndType outNode,
String outType) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.