Package | Description |
---|---|
com.whitestein.lsps.visualization |
This package contains classes used to convert process model into a diagram
representation.
|
com.whitestein.lsps.visualization.dto |
Modifier and Type | Method and Description |
---|---|
List<DiagramInfo> |
VisualizationServiceLocal.findDiagrams(long moduleId,
String elementId)
Finds diagrams for an element.
|
List<DiagramInfo> |
VisualizationServiceBean.findDiagrams(long moduleId,
String elementId) |
Modifier and Type | Method and Description |
---|---|
List<DiagramInfo> |
ProcessModel.getDiagramInfos()
Returns a list of information about diagrams defined in this process model.
|
List<DiagramInfo> |
ProcessElement.getDiagramInfos()
Returns a list of information about diagrams defined in this process element.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessModel.addDiagram(DiagramInfo info)
Adds information about a diagram owned by this process model.
|
void |
ProcessElement.addDiagramInfo(DiagramInfo info)
Adds a diagram information about diagrams owned by this process element.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.