Package | Description |
---|---|
org.activiti.bpmn.model | |
org.activiti.bpmn.model.parse |
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 |
Modifier and Type | Method and Description |
---|---|
GraphicInfo |
BpmnModel.getGraphicInfo(String key) |
GraphicInfo |
BpmnModel.getLabelGraphicInfo(String key) |
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() |
Modifier and Type | Method and Description |
---|---|
void |
BpmnModel.addGraphicInfo(String key,
GraphicInfo graphicInfo) |
void |
BpmnModel.addLabelGraphicInfo(String key,
GraphicInfo graphicInfo) |
Modifier and Type | Method and Description |
---|---|
void |
BpmnModel.addFlowGraphicInfoList(String key,
List<GraphicInfo> graphicInfoList) |
Constructor and Description |
---|
Problem(String errorMessage,
GraphicInfo graphicInfo) |
Copyright © 2016 Alfresco. All rights reserved.