| 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 |
|---|---|
ProcessCallElement |
LineageExchangeInterface.getProcessCall(String userId,
String assetManagerGUID,
String assetManagerName,
String callerGUID,
String calledGUID,
String qualifiedName)
Retrieve the process call relationship between two elements.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProcessCallElement> |
LineageExchangeInterface.getProcessCalled(String userId,
String assetManagerGUID,
String assetManagerName,
String callerGUID)
Retrieve the process call relationships linked from an specific element to the elements it calls.
|
List<ProcessCallElement> |
LineageExchangeInterface.getProcessCallers(String userId,
String assetManagerGUID,
String assetManagerName,
String calledGUID)
Retrieve the process call relationships linked from an specific element to its callers.
|
| Constructor and Description |
|---|
ProcessCallElement(ProcessCallElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
ProcessCallElement |
ProcessCallElementResponse.getElement()
Return the element result.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProcessCallElement> |
ProcessCallElementsResponse.getElementList()
Return the list of metadata elements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessCallElementResponse.setElement(ProcessCallElement element)
Set up the element result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessCallElementsResponse.setElementList(List<ProcessCallElement> elementList)
Set up the metadata element to return.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.