Class AbstractNodeInstanceFactory
java.lang.Object
org.jbpm.workflow.instance.impl.factory.AbstractNodeInstanceFactory
- All Implemented Interfaces:
NodeInstanceFactory
- Direct Known Subclasses:
DefaultNodeInstanceFactory,SingletonNodeInstanceFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.kie.api.runtime.process.NodeInstancecreateInstance(NodeInstanceImpl nodeInstance, org.kie.api.definition.process.Node node, WorkflowProcessInstance processInstance, org.kie.api.runtime.process.NodeInstanceContainer nodeInstanceContainer) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jbpm.workflow.instance.impl.NodeInstanceFactory
forClass, getNodeInstance
-
Constructor Details
-
AbstractNodeInstanceFactory
public AbstractNodeInstanceFactory()
-
-
Method Details
-
createInstance
protected org.kie.api.runtime.process.NodeInstance createInstance(NodeInstanceImpl nodeInstance, org.kie.api.definition.process.Node node, WorkflowProcessInstance processInstance, org.kie.api.runtime.process.NodeInstanceContainer nodeInstanceContainer)
-