| Package | Description |
|---|---|
| org.flowable.bpmn.model | |
| org.flowable.bpmn.model.parse |
| Modifier and Type | Field and Description |
|---|---|
protected GraphicInfo |
BpmnDiEdge.sourceDockerInfo |
protected GraphicInfo |
BpmnDiEdge.targetDockerInfo |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,List<GraphicInfo>> |
BpmnModel.flowLocationMap |
protected Map<String,GraphicInfo> |
BpmnModel.labelLocationMap |
protected Map<String,GraphicInfo> |
BpmnModel.locationMap |
protected List<GraphicInfo> |
BpmnDiEdge.waypoints |
| Modifier and Type | Method and Description |
|---|---|
GraphicInfo |
BpmnModel.getGraphicInfo(String key) |
GraphicInfo |
BpmnModel.getLabelGraphicInfo(String key) |
GraphicInfo |
BpmnDiEdge.getSourceDockerInfo() |
GraphicInfo |
BpmnDiEdge.getTargetDockerInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<GraphicInfo> |
BpmnModel.getFlowLocationGraphicInfo(String key) |
Map<String,List<GraphicInfo>> |
BpmnModel.getFlowLocationMap() |
Map<String,GraphicInfo> |
BpmnModel.getLabelLocationMap() |
Map<String,GraphicInfo> |
BpmnModel.getLocationMap() |
List<GraphicInfo> |
BpmnDiEdge.getWaypoints() |
| Modifier and Type | Method and Description |
|---|---|
void |
BpmnModel.addGraphicInfo(String key,
GraphicInfo graphicInfo) |
void |
BpmnModel.addLabelGraphicInfo(String key,
GraphicInfo graphicInfo) |
boolean |
GraphicInfo.equals(GraphicInfo ginfo) |
void |
BpmnDiEdge.setSourceDockerInfo(GraphicInfo sourceDockerInfo) |
void |
BpmnDiEdge.setTargetDockerInfo(GraphicInfo targetDockerInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
BpmnModel.addFlowGraphicInfoList(String key,
List<GraphicInfo> graphicInfoList) |
void |
BpmnDiEdge.setWaypoints(List<GraphicInfo> waypoints) |
| Constructor and Description |
|---|
Problem(String errorMessage,
GraphicInfo graphicInfo) |
Copyright © 2021 Flowable. All rights reserved.