org.jbpm.workflow.instance.impl.factory
Class ReuseNodeFactory
java.lang.Object
org.jbpm.workflow.instance.impl.factory.ReuseNodeFactory
- All Implemented Interfaces:
- NodeInstanceFactory
public class ReuseNodeFactory
- extends Object
- implements NodeInstanceFactory
Field Summary |
Class<? extends org.drools.runtime.process.NodeInstance> |
cls
|
Method Summary |
org.drools.runtime.process.NodeInstance |
getNodeInstance(org.drools.definition.process.Node node,
WorkflowProcessInstance processInstance,
org.drools.runtime.process.NodeInstanceContainer nodeInstanceContainer)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cls
public final Class<? extends org.drools.runtime.process.NodeInstance> cls
ReuseNodeFactory
public ReuseNodeFactory(Class<? extends org.drools.runtime.process.NodeInstance> cls)
getNodeInstance
public org.drools.runtime.process.NodeInstance getNodeInstance(org.drools.definition.process.Node node,
WorkflowProcessInstance processInstance,
org.drools.runtime.process.NodeInstanceContainer nodeInstanceContainer)
- Specified by:
getNodeInstance
in interface NodeInstanceFactory
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.