| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.dataengine.model | |
| org.odpi.openmetadata.accessservices.dataengine.rest |
| 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) |
| 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.