jBPM distribution 6.2.0.CR1

org.jbpm.workflow.instance.impl
Class NodeInstanceFactoryRegistry

java.lang.Object
  extended by org.jbpm.workflow.instance.impl.NodeInstanceFactoryRegistry

public class NodeInstanceFactoryRegistry
extends Object


Constructor Summary
protected NodeInstanceFactoryRegistry()
           
 
Method Summary
static NodeInstanceFactoryRegistry getInstance(Environment environment)
           
 NodeInstanceFactory getProcessNodeInstanceFactory(Node node)
           
 void register(Class<? extends Node> cls, NodeInstanceFactory factory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeInstanceFactoryRegistry

protected NodeInstanceFactoryRegistry()
Method Detail

getInstance

public static NodeInstanceFactoryRegistry getInstance(Environment environment)

register

public void register(Class<? extends Node> cls,
                     NodeInstanceFactory factory)

getProcessNodeInstanceFactory

public NodeInstanceFactory getProcessNodeInstanceFactory(Node node)

jBPM distribution 6.2.0.CR1

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