jBPM distribution 6.0.0-SNAPSHOT

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.0.0-SNAPSHOT

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