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

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

public class ReuseNodeFactory
extends Object
implements NodeInstanceFactory


Field Summary
 Class<? extends NodeInstance> cls
           
 
Constructor Summary
ReuseNodeFactory(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

ReuseNodeFactory

public ReuseNodeFactory(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.