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. -
-
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, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)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.
-