| 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 |
|---|---|
ControlFlowElement |
LineageExchangeInterface.getControlFlow(String userId,
String assetManagerGUID,
String assetManagerName,
String currentStepGUID,
String nextStepGUID,
String qualifiedName)
Retrieve the control flow relationship between two elements.
|
| Modifier and Type | Method and Description |
|---|---|
List<ControlFlowElement> |
LineageExchangeInterface.getControlFlowNextSteps(String userId,
String assetManagerGUID,
String assetManagerName,
String currentStepGUID)
Retrieve the control relationships linked from an specific element to the possible next elements in the process.
|
List<ControlFlowElement> |
LineageExchangeInterface.getControlFlowPreviousSteps(String userId,
String assetManagerGUID,
String assetManagerName,
String currentStepGUID)
Retrieve the control relationships linked from an specific element to the possible previous elements in the process.
|
| Constructor and Description |
|---|
ControlFlowElement(ControlFlowElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
ControlFlowElement |
ControlFlowElementResponse.getElement()
Return the element result.
|
| Modifier and Type | Method and Description |
|---|---|
List<ControlFlowElement> |
ControlFlowElementsResponse.getElementList()
Return the list of metadata elements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ControlFlowElementResponse.setElement(ControlFlowElement element)
Set up the element result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ControlFlowElementsResponse.setElementList(List<ControlFlowElement> elementList)
Set up the metadata element to return.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.