| Modifier and Type | Method and Description |
|---|---|
List<LineageMapping> |
LineageMappingsEvent.getLineageMappings()
Gets lineage mappings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LineageMappingsEvent.setLineageMappings(List<LineageMapping> lineageMappings)
Sets lineage mappings.
|
| Modifier and Type | Method and Description |
|---|---|
List<LineageMapping> |
Process.getLineageMappings() |
| Modifier and Type | Method and Description |
|---|---|
void |
Process.setLineageMappings(List<LineageMapping> lineageMappings) |
| Constructor and Description |
|---|
Process(String qualifiedName,
String name,
String description,
String latestChange,
List<String> zoneMembership,
String displayName,
String formula,
String owner,
OwnerType ownerType,
List<PortImplementation> portImplementations,
List<PortAlias> portAliases,
List<LineageMapping> lineageMappings) |
Process(String qualifiedName,
String name,
String description,
String latestChange,
List<String> zoneMembership,
String displayName,
String formula,
String owner,
OwnerType ownerType,
List<PortImplementation> portImplementations,
List<PortAlias> portAliases,
List<LineageMapping> lineageMappings,
UpdateSemantic updateSemantic) |
| Modifier and Type | Method and Description |
|---|---|
List<LineageMapping> |
LineageMappingsRequestBody.getLineageMappings() |
| Modifier and Type | Method and Description |
|---|---|
void |
LineageMappingsRequestBody.setLineageMappings(List<LineageMapping> lineageMappings) |
Copyright © 2018–2019 ODPi. All rights reserved.