Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.ExternalGlossaryLinkProperties
-
Packages that use ExternalGlossaryLinkProperties 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 ExternalGlossaryLinkProperties in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api with parameters of type ExternalGlossaryLinkProperties Modifier and Type Method Description StringGlossaryExchangeInterface. createExternalGlossaryLink(String userId, String assetManagerGUID, String assetManagerName, ExternalGlossaryLinkProperties linkProperties)Create a link to an external glossary resource.voidGlossaryExchangeInterface. updateExternalGlossaryLink(String userId, String assetManagerGUID, String assetManagerName, String externalLinkGUID, ExternalGlossaryLinkProperties linkProperties)Update the properties of a reference to an external glossary resource. -
Uses of ExternalGlossaryLinkProperties in org.odpi.openmetadata.accessservices.assetmanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements that return ExternalGlossaryLinkProperties Modifier and Type Method Description ExternalGlossaryLinkPropertiesExternalGlossaryLinkElement. getLinkProperties()Return the glossary term properties.Methods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements with parameters of type ExternalGlossaryLinkProperties Modifier and Type Method Description voidExternalGlossaryLinkElement. setLinkProperties(ExternalGlossaryLinkProperties linkProperties)Set up the glossary term properties. -
Uses of ExternalGlossaryLinkProperties in org.odpi.openmetadata.accessservices.assetmanager.properties
Constructors in org.odpi.openmetadata.accessservices.assetmanager.properties with parameters of type ExternalGlossaryLinkProperties Constructor Description ExternalGlossaryLinkProperties(ExternalGlossaryLinkProperties template)Copy/clone constructor -
Uses of ExternalGlossaryLinkProperties in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return ExternalGlossaryLinkProperties Modifier and Type Method Description ExternalGlossaryLinkPropertiesExternalGlossaryLinkRequestBody. getElementProperties()Return the properties for the element.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type ExternalGlossaryLinkProperties Modifier and Type Method Description voidExternalGlossaryLinkRequestBody. setElementProperties(ExternalGlossaryLinkProperties elementProperties)Set up the properties for the element.
-