Uses of Class
org.jbpm.workflow.core.node.CompositeNode.NodeAndType
Packages that use CompositeNode.NodeAndType
-
Uses of CompositeNode.NodeAndType in org.jbpm.workflow.core.node
Methods in org.jbpm.workflow.core.node that return CompositeNode.NodeAndTypeModifier and TypeMethodDescriptionCompositeNode.getLinkedIncomingNode(String inType) ForEachNode.getLinkedIncomingNode(String inType) CompositeNode.getLinkedOutgoingNode(String outType) ForEachNode.getLinkedOutgoingNode(String inType) CompositeNode.internalGetLinkedIncomingNode(String inType) ForEachNode.internalGetLinkedIncomingNode(String inType) CompositeNode.internalGetLinkedOutgoingNode(String outType) ForEachNode.internalGetLinkedOutgoingNode(String inType) Methods in org.jbpm.workflow.core.node that return types with arguments of type CompositeNode.NodeAndTypeModifier and TypeMethodDescriptionCompositeNode.getLinkedIncomingNodes()CompositeNode.getLinkedOutgoingNodes()Methods in org.jbpm.workflow.core.node with parameters of type CompositeNode.NodeAndTypeModifier and TypeMethodDescriptionvoidCompositeNode.linkIncomingConnections(String inType, CompositeNode.NodeAndType inNode) voidCompositeNode.linkOutgoingConnections(CompositeNode.NodeAndType outNode, String outType)