| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.assetmanager.api |
This package contains the different interfaces of the asset manager.
|
| org.odpi.openmetadata.accessservices.assetmanager.metadataelements |
The metadata elements describe the way that metadata is returned from the repository.
|
| org.odpi.openmetadata.accessservices.assetmanager.rest |
This package defines the beans used to build the REST request and response payloads.
|
| Modifier and Type | Method and Description |
|---|---|
List<LineageMappingElement> |
LineageExchangeInterface.getDestinationLineageMappings(String userId,
String assetManagerGUID,
String assetManagerName,
String sourceElementGUID)
Retrieve the lineage mapping relationships linked from an specific source element to its destinations.
|
List<LineageMappingElement> |
LineageExchangeInterface.getSourceLineageMappings(String userId,
String assetManagerGUID,
String assetManagerName,
String destinationElementGUID)
Retrieve the lineage mapping relationships linked from an specific destination element to its sources.
|
| Constructor and Description |
|---|
LineageMappingElement(LineageMappingElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<LineageMappingElement> |
LineageMappingElementsResponse.getElementList()
Return the list of metadata elements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LineageMappingElementsResponse.setElementList(List<LineageMappingElement> elementList)
Set up the metadata element to return.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.