org.jbpm.ruleflow.core.factory
Class NodeFactory
java.lang.Object
org.jbpm.ruleflow.core.factory.NodeFactory
- Direct Known Subclasses:
- ActionNodeFactory, EndNodeFactory, EventNodeFactory, FaultNodeFactory, HumanTaskNodeFactory, JoinFactory, MilestoneNodeFactory, RuleSetNodeFactory, SplitFactory, StartNodeFactory, SubProcessNodeFactory, TimerNodeFactory, WorkItemNodeFactory
public abstract class NodeFactory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nodeContainerFactory
protected RuleFlowNodeContainerFactory nodeContainerFactory
NodeFactory
protected NodeFactory(RuleFlowNodeContainerFactory nodeContainerFactory,
NodeContainer nodeContainer,
long id)
createNode
protected abstract Node createNode()
done
public RuleFlowNodeContainerFactory done()
getNode
protected Node getNode()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.