| 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 |
|---|---|
DataFlowElement |
LineageExchangeInterface.getDataFlow(String userId,
String assetManagerGUID,
String assetManagerName,
String dataSupplierGUID,
String dataConsumerGUID,
String qualifiedName)
Retrieve the data flow relationship between two elements.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataFlowElement> |
LineageExchangeInterface.getDataFlowConsumers(String userId,
String assetManagerGUID,
String assetManagerName,
String dataSupplierGUID)
Retrieve the data flow relationships linked from an specific element to the downstream consumers.
|
List<DataFlowElement> |
LineageExchangeInterface.getDataFlowSuppliers(String userId,
String assetManagerGUID,
String assetManagerName,
String dataConsumerGUID)
Retrieve the data flow relationships linked from an specific element to the upstream suppliers.
|
| Constructor and Description |
|---|
DataFlowElement(DataFlowElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
DataFlowElement |
DataFlowElementResponse.getElement()
Return the element result.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataFlowElement> |
DataFlowElementsResponse.getElementList()
Return the list of metadata elements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataFlowElementResponse.setElement(DataFlowElement element)
Set up the element result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataFlowElementsResponse.setElementList(List<DataFlowElement> elementList)
Set up the metadata element to return.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.