| 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 |
|---|---|
void |
GlossaryExchangeInterface.attachExternalCategoryLink(String userId,
String assetManagerGUID,
String assetManagerName,
String externalLinkGUID,
String glossaryCategoryGUID,
ExternalGlossaryElementLinkProperties linkProperties)
Create a link to an external glossary category resource.
|
void |
GlossaryExchangeInterface.attachExternalTermLink(String userId,
String assetManagerGUID,
String assetManagerName,
String externalLinkGUID,
String glossaryTermGUID,
ExternalGlossaryElementLinkProperties linkProperties)
Create a link to an external glossary term resource.
|
| Modifier and Type | Method and Description |
|---|---|
ExternalGlossaryElementLinkProperties |
ExternalGlossaryElementLinkElement.getLinkProperties()
Return the glossary term properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalGlossaryElementLinkElement.setLinkProperties(ExternalGlossaryElementLinkProperties linkProperties)
Set up the glossary term properties.
|
| Constructor and Description |
|---|
ExternalGlossaryElementLinkProperties(ExternalGlossaryElementLinkProperties template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
ExternalGlossaryElementLinkProperties |
ExternalGlossaryElementLinkRequestBody.getElementProperties()
Return the properties for the element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalGlossaryElementLinkRequestBody.setElementProperties(ExternalGlossaryElementLinkProperties elementProperties)
Set up the properties for the element.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.