| 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.createControlledGlossaryTerm(String userId,
String assetManagerGUID,
String assetManagerName,
String glossaryGUID,
String glossaryTermExternalIdentifier,
String glossaryTermExternalIdentifierName,
String glossaryTermExternalIdentifierUsage,
String glossaryTermExternalIdentifierSource,
KeyPattern glossaryTermExternalIdentifierKeyPattern,
Map<String,String> mappingProperties,
GlossaryTermProperties glossaryTermProperties,
GlossaryTermStatus initialStatus)
Create a new metadata element to represent a glossary term whose lifecycle is managed through a controlled workflow.
|
String |
GlossaryExchangeInterface.createGlossaryTerm(String userId,
String assetManagerGUID,
String assetManagerName,
String glossaryGUID,
String glossaryTermExternalIdentifier,
String glossaryTermExternalIdentifierName,
String glossaryTermExternalIdentifierUsage,
String glossaryTermExternalIdentifierSource,
KeyPattern glossaryTermExternalIdentifierKeyPattern,
Map<String,String> mappingProperties,
GlossaryTermProperties glossaryTermProperties)
Create a new metadata element to represent a glossary term.
|
void |
GlossaryExchangeInterface.updateGlossaryTerm(String userId,
String assetManagerGUID,
String assetManagerName,
String glossaryTermGUID,
String glossaryTermExternalIdentifier,
GlossaryTermProperties glossaryTermProperties)
Update the properties of the metadata element representing a glossary term.
|
| Modifier and Type | Method and Description |
|---|---|
GlossaryTermProperties |
GlossaryTermElement.getGlossaryTermProperties()
Return the glossary term properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlossaryTermElement.setGlossaryTermProperties(GlossaryTermProperties glossaryTermProperties)
Set up the glossary term properties.
|
| Constructor and Description |
|---|
GlossaryTermProperties(GlossaryTermProperties template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
GlossaryTermProperties |
GlossaryTermRequestBody.getElementProperties()
Return the properties for the element.
|
GlossaryTermProperties |
ControlledGlossaryTermRequestBody.getElementProperties()
Return the properties for the element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlossaryTermRequestBody.setElementProperties(GlossaryTermProperties elementProperties)
Set up the properties for the element.
|
void |
ControlledGlossaryTermRequestBody.setElementProperties(GlossaryTermProperties elementProperties)
Set up the properties for the element.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.