| 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.setupTermRelationship(String userId,
String assetManagerGUID,
String assetManagerName,
String relationshipTypeName,
String glossaryTermOneGUID,
String glossaryTermTwoGUID,
GlossaryTermRelationship relationshipsProperties)
Link two terms together using a specialist relationship.
|
void |
GlossaryExchangeInterface.updateTermRelationship(String userId,
String assetManagerGUID,
String assetManagerName,
String relationshipTypeName,
String glossaryTermOneGUID,
String glossaryTermTwoGUID,
GlossaryTermRelationship relationshipsProperties)
Update the relationship properties for the two terms.
|
| Constructor and Description |
|---|
GlossaryTermRelationship(GlossaryTermRelationship template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
GlossaryTermRelationship |
TermRelationshipRequestBody.getProperties()
Return the properties for the relationship.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TermRelationshipRequestBody.setProperties(GlossaryTermRelationship properties)
Set up the properties for the relationship.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.