jBPM :: Flow 6.1.1-SNAPSHOT

org.jbpm.ruleflow.core.factory
Class ActionNodeFactory

java.lang.Object
  extended by org.jbpm.ruleflow.core.factory.NodeFactory
      extended by org.jbpm.ruleflow.core.factory.ActionNodeFactory

public class ActionNodeFactory
extends NodeFactory


Field Summary
 
Fields inherited from class org.jbpm.ruleflow.core.factory.NodeFactory
nodeContainerFactory
 
Constructor Summary
ActionNodeFactory(RuleFlowNodeContainerFactory nodeContainerFactory, NodeContainer nodeContainer, long id)
           
 
Method Summary
 ActionNodeFactory action(Action action)
           
 ActionNodeFactory action(String dialect, String action)
           
protected  Node createNode()
           
protected  ActionNode getActionNode()
           
 ActionNodeFactory name(String name)
           
 
Methods inherited from class org.jbpm.ruleflow.core.factory.NodeFactory
done, getNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionNodeFactory

public ActionNodeFactory(RuleFlowNodeContainerFactory nodeContainerFactory,
                         NodeContainer nodeContainer,
                         long id)
Method Detail

createNode

protected Node createNode()
Specified by:
createNode in class NodeFactory

getActionNode

protected ActionNode getActionNode()

name

public ActionNodeFactory name(String name)

action

public ActionNodeFactory action(String dialect,
                                String action)

action

public ActionNodeFactory action(Action action)

jBPM :: Flow 6.1.1-SNAPSHOT

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.