org.jbpm.workflow.instance.impl
Interface NodeInstanceFactory

All Known Implementing Classes:
CreateNewNodeFactory, ReuseNodeFactory

public interface NodeInstanceFactory


Method Summary
 org.drools.runtime.process.NodeInstance getNodeInstance(org.drools.definition.process.Node node, WorkflowProcessInstance processInstance, org.drools.runtime.process.NodeInstanceContainer nodeInstanceContainer)
           
 

Method Detail

getNodeInstance

org.drools.runtime.process.NodeInstance getNodeInstance(org.drools.definition.process.Node node,
                                                        WorkflowProcessInstance processInstance,
                                                        org.drools.runtime.process.NodeInstanceContainer nodeInstanceContainer)


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