public class ContentDefinitionIdUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
belongsToCurrentGraph(Edge<? extends View,Node> edge,
GraphsProvider graphsProvider) |
static boolean |
belongsToCurrentGraph(Node node,
GraphsProvider graphsProvider) |
static Optional<String> |
getDiagramId(Edge<? extends View,Node> edge) |
static Optional<String> |
getDiagramId(Node node) |
static boolean |
isTheCurrentDiagram(Optional<String> diagramId,
GraphsProvider graphsProvider) |
public static boolean belongsToCurrentGraph(Node node, GraphsProvider graphsProvider)
public static boolean belongsToCurrentGraph(Edge<? extends View,Node> edge, GraphsProvider graphsProvider)
public static boolean isTheCurrentDiagram(Optional<String> diagramId, GraphsProvider graphsProvider)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.