Uses of Class
org.odpi.openmetadata.frameworks.discovery.DiscoveryAnnotationStore
-
Packages that use DiscoveryAnnotationStore Package Description org.odpi.openmetadata.frameworks.discovery -
-
Uses of DiscoveryAnnotationStore in org.odpi.openmetadata.frameworks.discovery
Methods in org.odpi.openmetadata.frameworks.discovery that return DiscoveryAnnotationStore Modifier and Type Method Description DiscoveryAnnotationStoreDiscoveryContext. getAnnotationStore()Return the annotation store for the discovery engine.Constructors in org.odpi.openmetadata.frameworks.discovery with parameters of type DiscoveryAnnotationStore Constructor Description DiscoveryContext(String userId, String assetGUID, Map<String,String> analysisParameters, List<String> requestedAnnotationTypes, DiscoveryAssetStore assetStore, DiscoveryAnnotationStore annotationStore, DiscoveryAssetCatalogStore assetCatalogStore)Constructor sets up the key parameters for accessing the annotations store.
-