Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.GlossaryTermCategorization
-
Packages that use GlossaryTermCategorization 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 GlossaryTermCategorization in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api with parameters of type GlossaryTermCategorization Modifier and Type Method Description voidGlossaryExchangeInterface. setupTermCategory(String userId, String assetManagerGUID, String assetManagerName, String glossaryCategoryGUID, String glossaryTermGUID, GlossaryTermCategorization categorizationProperties)Link a term to a category. -
Uses of GlossaryTermCategorization in org.odpi.openmetadata.accessservices.assetmanager.properties
Constructors in org.odpi.openmetadata.accessservices.assetmanager.properties with parameters of type GlossaryTermCategorization Constructor Description GlossaryTermCategorization(GlossaryTermCategorization template)Copy/clone constructor. -
Uses of GlossaryTermCategorization in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return GlossaryTermCategorization Modifier and Type Method Description GlossaryTermCategorizationCategorizationRequestBody. getCategorizationProperties()Return the properties for the relationship.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type GlossaryTermCategorization Modifier and Type Method Description voidCategorizationRequestBody. setCategorizationProperties(GlossaryTermCategorization categorizationProperties)Set up the properties for the relationship.
-