| 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 |
|---|---|
void |
GlossaryExchangeInterface.setTermAsActivity(String userId,
String assetManagerGUID,
String assetManagerName,
String glossaryTermGUID,
String glossaryTermExternalIdentifier,
GlossaryTermActivityType activityType)
Classify the glossary term to indicate that it describes a data value.
|
| Modifier and Type | Method and Description |
|---|---|
static GlossaryTermActivityType |
GlossaryTermActivityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlossaryTermActivityType[] |
GlossaryTermActivityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GlossaryTermActivityType |
ActivityTermClassificationRequestBody.getActivityType()
Return the activity type for the classification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityTermClassificationRequestBody.setActivityType(GlossaryTermActivityType activityType)
Set up the activity type for the classification.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.