public interface ProcessDiagramGenerator
| Modifier and Type | Method and Description |
|---|---|
InputStream |
generateDiagram(BpmnModel bpmnModel,
List<String> highLightedActivities) |
InputStream |
generateDiagram(BpmnModel bpmnModel,
List<String> highLightedActivities,
List<String> highLightedFlows)
Generates a diagram of the given process definition, using the diagram interchange information of the process.
|
InputStream |
generateDiagram(BpmnModel bpmnModel,
List<String> highLightedActivities,
List<String> highLightedFlows,
String activityFontName,
String labelFontName,
String annotationFontName)
Generates a diagram of the given process definition, using the diagram interchange information of the process.
|
InputStream |
generateDiagram(BpmnModel bpmnModel,
String activityFontName,
String labelFontName,
String annotationFontName) |
String |
getDefaultActivityFontName() |
String |
getDefaultAnnotationFontName() |
String |
getDefaultLabelFontName() |
InputStream generateDiagram(BpmnModel bpmnModel, List<String> highLightedActivities, List<String> highLightedFlows, String activityFontName, String labelFontName, String annotationFontName)
bpmnModel - bpmn model to get diagram forhighLightedActivities - activities to highlighthighLightedFlows - flows to highlightactivityFontName - override the default activity fontlabelFontName - override the default label fontInputStream generateDiagram(BpmnModel bpmnModel, List<String> highLightedActivities, List<String> highLightedFlows)
bpmnModel - bpmn model to get diagram forhighLightedActivities - activities to highlighthighLightedFlows - flows to highlightInputStream generateDiagram(BpmnModel bpmnModel, List<String> highLightedActivities)
InputStream generateDiagram(BpmnModel bpmnModel, String activityFontName, String labelFontName, String annotationFontName)
String getDefaultActivityFontName()
String getDefaultLabelFontName()
String getDefaultAnnotationFontName()
Copyright © 2010–2017 Alfresco. All rights reserved.