| Modifier and Type | Method and Description |
|---|---|
Set<Edge> |
WorkflowGraph.getAllEdges()
Get all edges in the workflow graph.
|
Map<Transition,Collection<Edge>> |
WorkflowGraph.getAllTransitions()
Get all transitions each mapped to all edges they underlie.
|
List<Edge> |
Node.getEdges()
All edges that go out from this node.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowValidationResult.Builder |
WorkflowValidationResult.Builder.edgeProblem(Edge edge,
Problem problem)
Add a problem connected with an edge.
|
WorkflowValidationResult.Builder |
WorkflowValidationResult.Builder.edgeProblems(Edge edge,
Iterable<Problem> problems)
Add a whole collection of problems connected with one edge.
|
| Modifier and Type | Method and Description |
|---|---|
List<Problem> |
EdgeValidator.validate(Edge edge)
A list of problems for the edge.
|
Copyright © 2023 Atlassian. All rights reserved.