| Package | Description |
|---|---|
| org.odpi.openmetadata.userinterface.uichassis.springboot.api.lineage | |
| org.odpi.openmetadata.userinterface.uichassis.springboot.service |
| Modifier and Type | Method and Description |
|---|---|
Graph |
OpenLineageController.endToEndLineage(String guid,
boolean includeProcesses) |
Graph |
OpenLineageController.sourceAndDestinationLineage(String guid,
boolean includeProcesses) |
Graph |
OpenLineageController.ultimateDestination(String guid,
boolean includeProcesses) |
Graph |
OpenLineageController.ultimateSourceGraph(String guid,
boolean includeProcesses) |
Graph |
OpenLineageController.verticalLineage(String guid,
boolean includeProcesses) |
| Modifier and Type | Method and Description |
|---|---|
Graph |
OpenLineageService.getEndToEndLineage(String userId,
String guid,
boolean includeProcesses) |
Graph |
OpenLineageService.getSourceAndDestination(String userId,
String guid,
boolean includeProcesses) |
Graph |
OpenLineageService.getUltimateDestination(String userId,
String guid,
boolean includeProcesses) |
Graph |
OpenLineageService.getUltimateSource(String userId,
String guid,
boolean includeProcesses) |
Graph |
OpenLineageService.getVerticalLineage(String userId,
String guid,
boolean includeProcesses) |
| Modifier and Type | Method and Description |
|---|---|
void |
LineageGraphDisplayRulesService.applyRules(Graph graph)
This method applies the rules defined in the properties file on the graph.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.