Uses of Class
org.jbpm.workflow.core.node.Split
-
Packages that use Split Package Description org.jbpm.ruleflow.core.factory org.jbpm.workflow.instance.node -
-
Uses of Split in org.jbpm.ruleflow.core.factory
Methods in org.jbpm.ruleflow.core.factory that return Split Modifier and Type Method Description protected Split
SplitFactory. getSplit()
-
Uses of Split in org.jbpm.workflow.instance.node
Methods in org.jbpm.workflow.instance.node that return Split Modifier and Type Method Description protected Split
SplitInstance. getSplit()
Methods in org.jbpm.workflow.instance.node with parameters of type Split Modifier and Type Method Description protected void
SplitInstance. executeStrategy(Split split, String type)
-