| 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.properties |
These beans describe the core properties that are passed to the server to create and update metadata.
|
| 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 |
|---|---|
String |
LineageExchangeInterface.createPort(String userId,
String assetManagerGUID,
String assetManagerName,
boolean assetManagerIsHome,
String processGUID,
String portExternalIdentifier,
String portExternalIdentifierName,
String portExternalIdentifierUsage,
String portExternalIdentifierSource,
KeyPattern portExternalIdentifierKeyPattern,
Map<String,String> mappingProperties,
PortProperties portProperties)
Create a new metadata element to represent a port.
|
void |
LineageExchangeInterface.updatePort(String userId,
String assetManagerGUID,
String assetManagerName,
String portGUID,
String portExternalIdentifier,
PortProperties portProperties)
Update the properties of the metadata element representing a port.
|
| Modifier and Type | Method and Description |
|---|---|
PortProperties |
PortElement.getPortProperties()
Return details of the port
|
| Modifier and Type | Method and Description |
|---|---|
void |
PortElement.setPortProperties(PortProperties portProperties)
Set up port properties
|
| Constructor and Description |
|---|
PortProperties(PortProperties template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PortProperties |
PortRequestBody.getElementProperties()
Return the properties for the element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PortRequestBody.setElementProperties(PortProperties elementProperties)
Set up the properties for the element.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.