| 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.createGlossaryCategory(String userId,
String assetManagerGUID,
String assetManagerName,
String glossaryGUID,
String glossaryCategoryExternalIdentifier,
String glossaryCategoryExternalIdentifierName,
String glossaryCategoryExternalIdentifierUsage,
String glossaryCategoryExternalIdentifierSource,
KeyPattern glossaryCategoryExternalIdentifierKeyPattern,
Map<String,String> mappingProperties,
GlossaryCategoryProperties glossaryCategoryProperties)
Create a new metadata element to represent a glossary category.
|
void |
GlossaryExchangeInterface.updateGlossaryCategory(String userId,
String assetManagerGUID,
String assetManagerName,
String glossaryCategoryGUID,
String glossaryCategoryExternalIdentifier,
GlossaryCategoryProperties glossaryCategoryProperties)
Update the metadata element representing a glossary category.
|
| Modifier and Type | Method and Description |
|---|---|
GlossaryCategoryProperties |
GlossaryCategoryElement.getGlossaryCategoryProperties()
Return the properties for the glossary schema.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlossaryCategoryElement.setGlossaryCategoryProperties(GlossaryCategoryProperties glossaryCategoryProperties)
Set up the glossary schema properties.
|
| Constructor and Description |
|---|
GlossaryCategoryProperties(GlossaryCategoryProperties template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
GlossaryCategoryProperties |
GlossaryCategoryRequestBody.getElementProperties()
Return the properties for the element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlossaryCategoryRequestBody.setElementProperties(GlossaryCategoryProperties elementProperties)
Set up the properties for the element.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.