Class ExtendedNodeFactory<T extends NodeFactory<T,P>,P extends RuleFlowNodeContainerFactory<P,?>>

java.lang.Object
org.jbpm.ruleflow.core.factory.NodeFactory<T,P>
org.jbpm.ruleflow.core.factory.ExtendedNodeFactory<T,P>
All Implemented Interfaces:
MappableNodeFactory<T>
Direct Known Subclasses:
AbstractEventNodeFactory, CatchLinkNodeFactory, FaultNodeFactory, RuleFlowNodeContainerFactory, StateBasedNodeFactory, ThrowLinkNodeFactory, TimerNodeFactory

public abstract class ExtendedNodeFactory<T extends NodeFactory<T,P>,P extends RuleFlowNodeContainerFactory<P,?>> extends NodeFactory<T,P>
  • Constructor Details

    • ExtendedNodeFactory

      protected ExtendedNodeFactory(P nodeContainerFactory, NodeContainer nodeContainer, Node node, org.kie.api.definition.process.WorkflowElementIdentifier id)
  • Method Details