Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.GlossaryTermContextDefinition
-
Packages that use GlossaryTermContextDefinition 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 GlossaryTermContextDefinition in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api with parameters of type GlossaryTermContextDefinition Modifier and Type Method Description voidGlossaryExchangeInterface. setTermAsContext(String userId, String assetManagerGUID, String assetManagerName, String glossaryTermGUID, String glossaryTermExternalIdentifier, GlossaryTermContextDefinition contextDefinition)Classify the glossary term to indicate that it describes a context. -
Uses of GlossaryTermContextDefinition in org.odpi.openmetadata.accessservices.assetmanager.properties
Constructors in org.odpi.openmetadata.accessservices.assetmanager.properties with parameters of type GlossaryTermContextDefinition Constructor Description GlossaryTermContextDefinition(GlossaryTermContextDefinition template)Copy/clone constructor. -
Uses of GlossaryTermContextDefinition in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return GlossaryTermContextDefinition Modifier and Type Method Description GlossaryTermContextDefinitionContextDefinitionClassificationRequestBody. getContextDefinition()Return the context definition for this term.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type GlossaryTermContextDefinition Modifier and Type Method Description voidContextDefinitionClassificationRequestBody. setContextDefinition(GlossaryTermContextDefinition contextDefinition)Set up the contextDefinition for this term.
-