Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.GlossaryTermRelationship
-
Packages that use GlossaryTermRelationship 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. -
-
Uses of GlossaryTermRelationship in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api with parameters of type GlossaryTermRelationship Modifier and Type Method Description voidGlossaryExchangeInterface. setupTermRelationship(String userId, String assetManagerGUID, String assetManagerName, String relationshipTypeName, String glossaryTermOneGUID, String glossaryTermTwoGUID, GlossaryTermRelationship relationshipsProperties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Link two terms together using a specialist relationship.voidGlossaryExchangeInterface. updateTermRelationship(String userId, String assetManagerGUID, String assetManagerName, String relationshipTypeName, String glossaryTermOneGUID, String glossaryTermTwoGUID, GlossaryTermRelationship relationshipsProperties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Update the relationship properties for the two terms. -
Uses of GlossaryTermRelationship in org.odpi.openmetadata.accessservices.assetmanager.properties
Constructors in org.odpi.openmetadata.accessservices.assetmanager.properties with parameters of type GlossaryTermRelationship Constructor Description GlossaryTermRelationship(GlossaryTermRelationship template)Copy/clone constructor. -
Uses of GlossaryTermRelationship in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return GlossaryTermRelationship Modifier and Type Method Description GlossaryTermRelationshipTermRelationshipRequestBody. getProperties()Return the properties for the relationship.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type GlossaryTermRelationship Modifier and Type Method Description voidTermRelationshipRequestBody. setProperties(GlossaryTermRelationship properties)Set up the properties for the relationship.
-