|
KIE API 6.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Connection | |
---|---|
org.kie.api.definition.process | The classes that make up a Process definition. |
Uses of Connection in org.kie.api.definition.process |
---|
Methods in org.kie.api.definition.process that return types with arguments of type Connection | |
---|---|
Map<String,List<Connection>> |
Node.getIncomingConnections()
The incoming connections for this Node. |
List<Connection> |
Node.getIncomingConnections(String type)
The incoming connections for this Node for the given entry-point. |
Map<String,List<Connection>> |
Node.getOutgoingConnections()
The outgoing connections for this Node. |
List<Connection> |
Node.getOutgoingConnections(String type)
The outgoing connections for this Node for the given exit-point. |
|
KIE API 6.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |