Uses of Class
org.jbpm.workflow.core.node.CompositeNode.NodeAndType

Packages that use CompositeNode.NodeAndType
org.jbpm.compiler.xml.processes   
org.jbpm.workflow.core.node   
 

Uses of CompositeNode.NodeAndType in org.jbpm.compiler.xml.processes
 

Methods in org.jbpm.compiler.xml.processes that return types with arguments of type CompositeNode.NodeAndType
protected  Map<String,CompositeNode.NodeAndType> ForEachNodeHandler.getInPorts(CompositeNode compositeNode)
           
protected  Map<String,CompositeNode.NodeAndType> CompositeNodeHandler.getInPorts(CompositeNode compositeNode)
           
protected  Map<String,CompositeNode.NodeAndType> ForEachNodeHandler.getOutPorts(CompositeNode compositeNode)
           
protected  Map<String,CompositeNode.NodeAndType> CompositeNodeHandler.getOutPorts(CompositeNode compositeNode)
           
 

Uses of CompositeNode.NodeAndType in org.jbpm.workflow.core.node
 

Methods in org.jbpm.workflow.core.node that return CompositeNode.NodeAndType
 CompositeNode.NodeAndType ForEachNode.getLinkedIncomingNode(String inType)
           
 CompositeNode.NodeAndType CompositeNode.getLinkedIncomingNode(String inType)
           
 CompositeNode.NodeAndType ForEachNode.getLinkedOutgoingNode(String inType)
           
 CompositeNode.NodeAndType CompositeNode.getLinkedOutgoingNode(String outType)
           
 CompositeNode.NodeAndType ForEachNode.internalGetLinkedIncomingNode(String inType)
           
 CompositeNode.NodeAndType CompositeNode.internalGetLinkedIncomingNode(String inType)
           
 CompositeNode.NodeAndType ForEachNode.internalGetLinkedOutgoingNode(String inType)
           
 CompositeNode.NodeAndType CompositeNode.internalGetLinkedOutgoingNode(String outType)
           
 

Methods in org.jbpm.workflow.core.node that return types with arguments of type CompositeNode.NodeAndType
 Map<String,CompositeNode.NodeAndType> CompositeNode.getLinkedIncomingNodes()
           
 Map<String,CompositeNode.NodeAndType> CompositeNode.getLinkedOutgoingNodes()
           
 

Methods in org.jbpm.workflow.core.node with parameters of type CompositeNode.NodeAndType
 void CompositeNode.linkIncomingConnections(String inType, CompositeNode.NodeAndType inNode)
           
 void CompositeNode.linkOutgoingConnections(CompositeNode.NodeAndType outNode, String outType)
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.