| Modifier and Type | Method and Description |
|---|---|
Node |
Edge.getDestination()
Destination node of this edge.
|
Node |
Edge.getOrigin()
Source node of this edge.
|
Node |
WorkflowGraph.getRoot()
Get workflow root node.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Node> |
WorkflowGraph.getAllNodes()
Get all nodes in the workflow graph.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowValidationResult.Builder |
WorkflowValidationResult.Builder.statusProblem(Node node,
Problem problem)
Add a problem connected with a node.
|
WorkflowValidationResult.Builder |
WorkflowValidationResult.Builder.statusProblems(Node node,
Iterable<Problem> problems)
Add a whole collection of problems connected with one node.
|
| Modifier and Type | Method and Description |
|---|---|
List<Problem> |
NodeValidator.validate(Node node)
A list of problems for the node.
|
Copyright © 2023 Atlassian. All rights reserved.