Uses of Class
org.jbpm.workflow.core.node.BoundaryEventNode
-
Packages that use BoundaryEventNode Package Description org.jbpm.bpmn2.xml org.jbpm.ruleflow.core.factory org.jbpm.workflow.instance.node -
-
Uses of BoundaryEventNode in org.jbpm.bpmn2.xml
Methods in org.jbpm.bpmn2.xml that return types with arguments of type BoundaryEventNode Modifier and Type Method Description Class<BoundaryEventNode>BoundaryEventHandler. generateNodeFor() -
Uses of BoundaryEventNode in org.jbpm.ruleflow.core.factory
Methods in org.jbpm.ruleflow.core.factory that return BoundaryEventNode Modifier and Type Method Description protected BoundaryEventNodeBoundaryEventNodeFactory. getBoundaryEventNode() -
Uses of BoundaryEventNode in org.jbpm.workflow.instance.node
Methods in org.jbpm.workflow.instance.node that return BoundaryEventNode Modifier and Type Method Description BoundaryEventNodeBoundaryEventNodeInstance. getEventNode()
-