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, getOutgoingpublic boolean handle(org.eclipse.bpmn2.FlowElement element,
PathContextManager manager)
handle in interface ElementHandlerhandle in class MainElementHandlerprotected 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–2020 JBoss by Red Hat. All rights reserved.