Uses of Class
org.jbpm.workflow.core.node.SubProcessNode

Packages that use SubProcessNode
org.jbpm.bpmn2.xml   
org.jbpm.ruleflow.core.factory   
org.jbpm.workflow.instance.node   
 

Uses of SubProcessNode in org.jbpm.bpmn2.xml
 

Methods in org.jbpm.bpmn2.xml with parameters of type SubProcessNode
protected  void CallActivityHandler.readDataInputAssociation(Node xmlNode, SubProcessNode subProcessNode, Map<String,String> dataInputs)
           
protected  void CallActivityHandler.readDataOutputAssociation(Node xmlNode, SubProcessNode subProcessNode, Map<String,String> dataOutputs)
           
protected  void CallActivityHandler.writeIO(SubProcessNode subProcessNode, StringBuilder xmlDump)
           
 

Uses of SubProcessNode in org.jbpm.ruleflow.core.factory
 

Methods in org.jbpm.ruleflow.core.factory that return SubProcessNode
protected  SubProcessNode SubProcessNodeFactory.getSubProcessNode()
           
 

Uses of SubProcessNode in org.jbpm.workflow.instance.node
 

Methods in org.jbpm.workflow.instance.node that return SubProcessNode
protected  SubProcessNode SubProcessNodeInstance.getSubProcessNode()
           
 



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