| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.assetmanager.api |
This package contains the different interfaces of the asset manager.
|
| 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.
|
void |
GlossaryExchangeInterface.updateGlossaryTermStatus(String userId,
String assetManagerGUID,
String assetManagerName,
String glossaryTermGUID,
String glossaryTermExternalIdentifier,
GlossaryTermStatus glossaryTermStatus)
Update the status of the metadata element representing a glossary term.
|
| Modifier and Type | Method and Description |
|---|---|
static GlossaryTermStatus |
GlossaryTermStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlossaryTermStatus[] |
GlossaryTermStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GlossaryTermStatus |
GlossaryTermStatusRequestBody.getGlossaryTermStatus()
Return the status for the element.
|
GlossaryTermStatus |
ControlledGlossaryTermRequestBody.getInitialStatus()
Return the initial status for the controlled glossary term.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlossaryTermStatusRequestBody.setGlossaryTermStatus(GlossaryTermStatus glossaryTermStatus)
Set up the status for the element.
|
void |
ControlledGlossaryTermRequestBody.setInitialStatus(GlossaryTermStatus initialStatus)
Set up the initial status for the controlled glossary term.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.