Uses of Class
org.jbpm.ruleflow.core.factory.ActionNodeFactory
-
Packages that use ActionNodeFactory Package Description org.jbpm.ruleflow.core org.jbpm.ruleflow.core.factory -
-
Uses of ActionNodeFactory in org.jbpm.ruleflow.core
Methods in org.jbpm.ruleflow.core that return ActionNodeFactory Modifier and Type Method Description ActionNodeFactory<T>
RuleFlowNodeContainerFactory. actionNode(long id)
-
Uses of ActionNodeFactory in org.jbpm.ruleflow.core.factory
Methods in org.jbpm.ruleflow.core.factory that return ActionNodeFactory Modifier and Type Method Description ActionNodeFactory<T>
ActionNodeFactory. action(String dialect, String action)
ActionNodeFactory<T>
ActionNodeFactory. action(String dialect, String action, boolean isDroolsAction)
ActionNodeFactory<T>
ActionNodeFactory. action(Action action)
ActionNodeFactory<T>
ActionNodeFactory. action(org.kie.api.fluent.Dialect dialect, String code)
ActionNodeFactory<T>
ActionNodeFactory. name(String name)
-