org.jbpm.ruleflow.core.factory
Class MilestoneNodeFactory
java.lang.Object
org.jbpm.ruleflow.core.factory.NodeFactory
org.jbpm.ruleflow.core.factory.MilestoneNodeFactory
public class MilestoneNodeFactory
- extends NodeFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MilestoneNodeFactory
public MilestoneNodeFactory(RuleFlowNodeContainerFactory nodeContainerFactory,
NodeContainer nodeContainer,
long id)
createNode
protected Node createNode()
- Specified by:
createNode
in class NodeFactory
getMilestoneNode
protected MilestoneNode getMilestoneNode()
name
public MilestoneNodeFactory name(String name)
onEntryAction
public MilestoneNodeFactory onEntryAction(String dialect,
String action)
onExitAction
public MilestoneNodeFactory onExitAction(String dialect,
String action)
constraint
public MilestoneNodeFactory constraint(String constraint)
timer
public MilestoneNodeFactory timer(String delay,
String period,
String dialect,
String action)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.