Uses of Class
org.jbpm.ruleflow.core.factory.RuleSetNodeFactory
-
Packages that use RuleSetNodeFactory Package Description org.jbpm.ruleflow.core org.jbpm.ruleflow.core.factory -
-
Uses of RuleSetNodeFactory in org.jbpm.ruleflow.core
Methods in org.jbpm.ruleflow.core that return RuleSetNodeFactory Modifier and Type Method Description RuleSetNodeFactory<T>RuleFlowNodeContainerFactory. ruleSetNode(long id) -
Uses of RuleSetNodeFactory in org.jbpm.ruleflow.core.factory
Methods in org.jbpm.ruleflow.core.factory that return RuleSetNodeFactory Modifier and Type Method Description RuleSetNodeFactory<T>RuleSetNodeFactory. name(String name)RuleSetNodeFactory<T>RuleSetNodeFactory. ruleFlowGroup(String ruleFlowGroup)RuleSetNodeFactory<T>RuleSetNodeFactory. timer(String delay, String period, String dialect, String action)
-