Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.GlossaryTermActivityType
-
Packages that use GlossaryTermActivityType 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 GlossaryTermActivityType in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api with parameters of type GlossaryTermActivityType Modifier and Type Method Description voidGlossaryExchangeInterface. setTermAsActivity(String userId, String assetManagerGUID, String assetManagerName, String glossaryTermGUID, String glossaryTermExternalIdentifier, GlossaryTermActivityType activityType, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Classify the glossary term to indicate that it describes a data value. -
Uses of GlossaryTermActivityType in org.odpi.openmetadata.accessservices.assetmanager.properties
Methods in org.odpi.openmetadata.accessservices.assetmanager.properties that return GlossaryTermActivityType Modifier and Type Method Description static GlossaryTermActivityTypeGlossaryTermActivityType. valueOf(String name)Returns the enum constant of this type with the specified name.static GlossaryTermActivityType[]GlossaryTermActivityType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of GlossaryTermActivityType in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return GlossaryTermActivityType Modifier and Type Method Description GlossaryTermActivityTypeActivityTermClassificationRequestBody. getActivityType()Return the activity type for the classification.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type GlossaryTermActivityType Modifier and Type Method Description voidActivityTermClassificationRequestBody. setActivityType(GlossaryTermActivityType activityType)Set up the activity type for the classification.
-