@Default @ApplicationScoped public class DefaultGraphsProvider extends Object implements GraphsProvider
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultGraphsProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentDiagramId() |
Diagram |
getDiagram(String diagramId) |
List<Graph> |
getGraphs() |
List<Graph> |
getNonGlobalGraphs() |
boolean |
isGlobalGraphSelected() |
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.