@Alternative @ApplicationScoped public class DMNGraphsProvider extends Object implements GraphsProvider
| Modifier | Constructor and Description |
|---|---|
protected |
DMNGraphsProvider() |
|
DMNGraphsProvider(DMNDiagramsSession diagramsSession) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentDiagramId() |
Diagram |
getDiagram(String diagramId) |
List<Graph> |
getGraphs() |
List<Graph> |
getNonGlobalGraphs() |
boolean |
isGlobalGraphSelected() |
protected DMNGraphsProvider()
@Inject public DMNGraphsProvider(DMNDiagramsSession diagramsSession)
public boolean isGlobalGraphSelected()
isGlobalGraphSelected in interface GraphsProviderpublic List<Graph> getGraphs()
getGraphs in interface GraphsProviderpublic List<Graph> getNonGlobalGraphs()
getNonGlobalGraphs in interface GraphsProviderpublic Diagram getDiagram(String diagramId)
getDiagram in interface GraphsProviderpublic String getCurrentDiagramId()
getCurrentDiagramId in interface GraphsProviderCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.