org.jbpm.graph.node
Interface SubProcessResolver
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- DbSubProcessResolver
public interface SubProcessResolver
- extends Serializable
An agent capable of resolving sub-process definitions given the information items in the
sub-process element taken from a process definition document.
|
Method Summary |
ProcessDefinition |
findSubProcess(org.dom4j.Element subProcessElement)
Resolves a sub-process definition given the information items in the
sub-process element. |
findSubProcess
ProcessDefinition findSubProcess(org.dom4j.Element subProcessElement)
- Resolves a sub-process definition given the information items in the
sub-process element.
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.