| 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 |
|---|---|
GlossaryElement |
GlossaryExchangeInterface.getGlossaryByGUID(String userId,
String assetManagerGUID,
String assetManagerName,
String openMetadataGUID)
Retrieve the glossary metadata element with the supplied unique identifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<GlossaryElement> |
GlossaryExchangeInterface.findGlossaries(String userId,
String assetManagerGUID,
String assetManagerName,
String searchString,
int startFrom,
int pageSize)
Retrieve the list of glossary metadata elements that contain the search string.
|
List<GlossaryElement> |
GlossaryExchangeInterface.getGlossariesByName(String userId,
String assetManagerGUID,
String assetManagerName,
String name,
int startFrom,
int pageSize)
Retrieve the list of glossary metadata elements with a matching qualified or display name.
|
List<GlossaryElement> |
GlossaryExchangeInterface.getGlossariesForAssetManager(String userId,
String assetManagerGUID,
String assetManagerName,
int startFrom,
int pageSize)
Retrieve the list of glossaries created on behalf of the named asset manager.
|
List<GlossaryElement> |
GlossaryExchangeInterface.getGlossariesForExternalLink(String userId,
String assetManagerGUID,
String assetManagerName,
String externalLinkGUID,
int startFrom,
int pageSize)
Return the glossaries connected to an external glossary source.
|
| Constructor and Description |
|---|
GlossaryElement(GlossaryElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
GlossaryElement |
GlossaryElementResponse.getElement()
Return the element result.
|
| Modifier and Type | Method and Description |
|---|---|
List<GlossaryElement> |
GlossaryElementsResponse.getElementList()
Return the list of metadata elements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlossaryElementResponse.setElement(GlossaryElement element)
Set up the element result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlossaryElementsResponse.setElementList(List<GlossaryElement> elementList)
Set up the metadata element to return.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.