| 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 |
GlossaryExchangeInterface.createGlossary(String userId,
String assetManagerGUID,
String assetManagerName,
String glossaryExternalIdentifier,
String glossaryExternalIdentifierName,
String glossaryExternalIdentifierUsage,
String glossaryExternalIdentifierSource,
KeyPattern glossaryExternalIdentifierKeyPattern,
Map<String,String> mappingProperties,
GlossaryProperties glossaryProperties)
Create a new metadata element to represent the root of a glossary.
|
void |
GlossaryExchangeInterface.updateGlossary(String userId,
String assetManagerGUID,
String assetManagerName,
String glossaryGUID,
String glossaryExternalIdentifier,
GlossaryProperties glossaryProperties)
Update the metadata element representing a glossary.
|
| Modifier and Type | Method and Description |
|---|---|
GlossaryProperties |
GlossaryElement.getGlossaryProperties()
Return details of the glossary
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlossaryElement.setGlossaryProperties(GlossaryProperties glossaryProperties)
Set up glossary properties
|
| Constructor and Description |
|---|
GlossaryProperties(GlossaryProperties template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
GlossaryProperties |
GlossaryRequestBody.getElementProperties()
Return the properties for the element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlossaryRequestBody.setElementProperties(GlossaryProperties elementProperties)
Set up the properties for the element.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.