Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.ExternalGlossaryElementLinkProperties
-
Packages that use ExternalGlossaryElementLinkProperties 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. -
-
Uses of ExternalGlossaryElementLinkProperties in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api with parameters of type ExternalGlossaryElementLinkProperties Modifier and Type Method Description voidGlossaryExchangeInterface. attachExternalCategoryLink(String userId, String assetManagerGUID, String assetManagerName, String externalLinkGUID, String glossaryCategoryGUID, ExternalGlossaryElementLinkProperties linkProperties)Create a link to an external glossary category resource.voidGlossaryExchangeInterface. attachExternalTermLink(String userId, String assetManagerGUID, String assetManagerName, String externalLinkGUID, String glossaryTermGUID, ExternalGlossaryElementLinkProperties linkProperties)Create a link to an external glossary term resource. -
Uses of ExternalGlossaryElementLinkProperties in org.odpi.openmetadata.accessservices.assetmanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements that return ExternalGlossaryElementLinkProperties Modifier and Type Method Description ExternalGlossaryElementLinkPropertiesExternalGlossaryElementLinkElement. getLinkProperties()Return the glossary term properties.Methods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements with parameters of type ExternalGlossaryElementLinkProperties Modifier and Type Method Description voidExternalGlossaryElementLinkElement. setLinkProperties(ExternalGlossaryElementLinkProperties linkProperties)Set up the glossary term properties. -
Uses of ExternalGlossaryElementLinkProperties in org.odpi.openmetadata.accessservices.assetmanager.properties
Constructors in org.odpi.openmetadata.accessservices.assetmanager.properties with parameters of type ExternalGlossaryElementLinkProperties Constructor Description ExternalGlossaryElementLinkProperties(ExternalGlossaryElementLinkProperties template)Copy/clone constructor -
Uses of ExternalGlossaryElementLinkProperties in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return ExternalGlossaryElementLinkProperties Modifier and Type Method Description ExternalGlossaryElementLinkPropertiesExternalGlossaryElementLinkRequestBody. getElementProperties()Return the properties for the element.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type ExternalGlossaryElementLinkProperties Modifier and Type Method Description voidExternalGlossaryElementLinkRequestBody. setElementProperties(ExternalGlossaryElementLinkProperties elementProperties)Set up the properties for the element.
-