| Package | Description |
|---|---|
| org.odpi.openmetadata.governanceservers.openlineage.maingraph | |
| org.odpi.openmetadata.governanceservers.openlineage.model |
| Modifier and Type | Method and Description |
|---|---|
abstract LineageResponse |
MainGraphConnectorBase.lineage(Scope scope,
String guid,
String displayNameMustContain,
boolean includeProcesses)
Returns a lineage subgraph.
|
LineageResponse |
MainGraph.lineage(Scope scope,
String guid,
String displayNameMustContain,
boolean includeProcesses)
Returns a lineage subgraph.
|
| Modifier and Type | Method and Description |
|---|---|
static Scope |
Scope.fromString(String text) |
Scope |
LineageQueryParameters.getScope() |
static Scope |
Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scope[] |
Scope.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.setScope(Scope scope) |
| Constructor and Description |
|---|
LineageQueryParameters(Scope scope,
String displayNameMustContain,
boolean includeProcesses) |
Copyright © 2018–2020 ODPi. All rights reserved.