Uses of Class
org.jbpm.ruleflow.core.factory.SplitFactory
-
Packages that use SplitFactory Package Description org.jbpm.ruleflow.core org.jbpm.ruleflow.core.factory -
-
Uses of SplitFactory in org.jbpm.ruleflow.core
Methods in org.jbpm.ruleflow.core that return SplitFactory Modifier and Type Method Description SplitFactory<T>RuleFlowNodeContainerFactory. splitNode(long id) -
Uses of SplitFactory in org.jbpm.ruleflow.core.factory
Methods in org.jbpm.ruleflow.core.factory that return SplitFactory Modifier and Type Method Description SplitFactory<T>SplitFactory. constraint(long toNodeId, String name, String type, String dialect, String constraint)SplitFactory<T>SplitFactory. constraint(long toNodeId, String name, String type, String dialect, String constraint, int priority)SplitFactory<T>SplitFactory. type(int type)
-