org.jbpm.graph.node
Class DbSubProcessResolver

java.lang.Object
  extended by org.jbpm.graph.node.DbSubProcessResolver
All Implemented Interfaces:
Serializable, SubProcessResolver

public class DbSubProcessResolver
extends Object
implements SubProcessResolver

See Also:
Serialized Form

Constructor Summary
DbSubProcessResolver()
           
 
Method Summary
 ProcessDefinition findSubProcess(org.dom4j.Element subProcessElement)
          Resolves a sub-process definition given the information items in the sub-process element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DbSubProcessResolver

public DbSubProcessResolver()
Method Detail

findSubProcess

public ProcessDefinition findSubProcess(org.dom4j.Element subProcessElement)
Description copied from interface: SubProcessResolver
Resolves a sub-process definition given the information items in the sub-process element.

Specified by:
findSubProcess in interface SubProcessResolver


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.