| Package | Description |
|---|---|
| org.odpi.openmetadata.governanceservers.openlineage.maingraph | |
| org.odpi.openmetadata.governanceservers.openlineage.model |
| Modifier and Type | Method and Description |
|---|---|
LineageResponse |
MainGraph.lineage(Scope scope,
View view,
String guid,
String displayNameMustContain,
boolean includeProcesses)
Returns a lineage subgraph.
|
abstract LineageResponse |
MainGraphConnectorBase.lineage(Scope scope,
View view,
String guid,
String displayNameMustContain,
boolean includeProcesses)
Returns a lineage subgraph.
|
| Modifier and Type | Method and Description |
|---|---|
static View |
View.fromString(String text) |
View |
LineageQueryParameters.getView() |
static View |
View.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static View[] |
View.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LineageQueryParameters.setView(View view) |
| Constructor and Description |
|---|
LineageQueryParameters(Scope scope,
View view,
String displayNameMustContain,
boolean includeProcesses) |
Copyright © 2018–2020 ODPi. All rights reserved.