org.jbpm.workflow.instance.impl.factory
Class CreateNewNodeFactory

java.lang.Object
  extended by org.jbpm.workflow.instance.impl.factory.CreateNewNodeFactory
All Implemented Interfaces:
NodeInstanceFactory

public class CreateNewNodeFactory
extends Object
implements NodeInstanceFactory


Field Summary
 Class<? extends NodeInstance> cls
           
 
Constructor Summary
CreateNewNodeFactory(Class<? extends NodeInstance> cls)
           
 
Method Summary
 NodeInstance getNodeInstance(Node node, WorkflowProcessInstance processInstance, NodeInstanceContainer nodeInstanceContainer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cls

public final Class<? extends NodeInstance> cls
Constructor Detail

CreateNewNodeFactory

public CreateNewNodeFactory(Class<? extends NodeInstance> cls)
Method Detail

getNodeInstance

public NodeInstance getNodeInstance(Node node,
                                    WorkflowProcessInstance processInstance,
                                    NodeInstanceContainer nodeInstanceContainer)
Specified by:
getNodeInstance in interface NodeInstanceFactory


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