public class ActivityElementHandler extends MainElementHandler
Constructor and Description |
---|
ActivityElementHandler() |
Modifier and Type | Method and Description |
---|---|
boolean |
handle(org.eclipse.bpmn2.FlowElement element,
PathContextManager manager) |
protected void |
handleAllPaths(List<org.eclipse.bpmn2.SequenceFlow> outgoing,
PathContextManager manager) |
protected void |
handleCombinedPaths(List<org.eclipse.bpmn2.SequenceFlow> outgoing,
PathContextManager manager) |
protected void |
handleSeparatePaths(List<org.eclipse.bpmn2.SequenceFlow> outgoing,
PathContextManager manager,
org.eclipse.bpmn2.BoundaryEvent bEvent) |
getEventDefinitions, getOutgoing
public boolean handle(org.eclipse.bpmn2.FlowElement element, PathContextManager manager)
handle
in interface ElementHandler
handle
in class MainElementHandler
protected void handleSeparatePaths(List<org.eclipse.bpmn2.SequenceFlow> outgoing, PathContextManager manager, org.eclipse.bpmn2.BoundaryEvent bEvent)
protected void handleAllPaths(List<org.eclipse.bpmn2.SequenceFlow> outgoing, PathContextManager manager)
protected void handleCombinedPaths(List<org.eclipse.bpmn2.SequenceFlow> outgoing, PathContextManager manager)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.