public class ActionNodeFactory extends NodeFactory
nodeContainerFactory| Constructor and Description |
|---|
ActionNodeFactory(RuleFlowNodeContainerFactory nodeContainerFactory,
NodeContainer nodeContainer,
long id) |
| Modifier and Type | Method and Description |
|---|---|
ActionNodeFactory |
action(Action action) |
ActionNodeFactory |
action(String dialect,
String action) |
protected Node |
createNode() |
protected ActionNode |
getActionNode() |
ActionNodeFactory |
name(String name) |
done, getNodepublic ActionNodeFactory(RuleFlowNodeContainerFactory nodeContainerFactory, NodeContainer nodeContainer, long id)
protected Node createNode()
createNode in class NodeFactoryprotected ActionNode getActionNode()
public ActionNodeFactory name(String name)
public ActionNodeFactory action(String dialect, String action)
public ActionNodeFactory action(Action action)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.