public class BPMN2PathFinderImpl extends Object implements PathFinder
Constructor and Description |
---|
BPMN2PathFinderImpl(org.eclipse.bpmn2.Definitions bpmn2Defs) |
BPMN2PathFinderImpl(File bpmn2File) |
BPMN2PathFinderImpl(org.eclipse.bpmn2.FlowElementsContainer bpmn2Container) |
BPMN2PathFinderImpl(InputStream bpmn2Stream) |
BPMN2PathFinderImpl(String bpmn2xml) |
Modifier and Type | Method and Description |
---|---|
List<PathContext> |
findPaths() |
<E> E |
findPaths(PathFormatConverter<E> converter) |
protected void |
processEventDefinitions(org.eclipse.bpmn2.FlowElement fElement,
List<org.eclipse.bpmn2.EventDefinition> eventDefinitions,
Map<String,org.eclipse.bpmn2.FlowElement> catchingEvents) |
protected void |
readFlowElements(org.eclipse.bpmn2.FlowElementsContainer container,
Map<String,org.eclipse.bpmn2.FlowElement> catchingEvents) |
protected static String |
streamToString(InputStream is) |
public BPMN2PathFinderImpl(String bpmn2xml)
public BPMN2PathFinderImpl(File bpmn2File)
public BPMN2PathFinderImpl(InputStream bpmn2Stream)
public BPMN2PathFinderImpl(org.eclipse.bpmn2.Definitions bpmn2Defs)
public BPMN2PathFinderImpl(org.eclipse.bpmn2.FlowElementsContainer bpmn2Container)
public List<PathContext> findPaths()
findPaths
in interface PathFinder
protected static String streamToString(InputStream is)
public <E> E findPaths(PathFormatConverter<E> converter)
findPaths
in interface PathFinder
protected void readFlowElements(org.eclipse.bpmn2.FlowElementsContainer container, Map<String,org.eclipse.bpmn2.FlowElement> catchingEvents)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.