Uses of Class
org.odpi.openmetadata.frameworks.discovery.DiscoveryContext
-
Packages that use DiscoveryContext Package Description org.odpi.openmetadata.frameworks.discovery -
-
Uses of DiscoveryContext in org.odpi.openmetadata.frameworks.discovery
Fields in org.odpi.openmetadata.frameworks.discovery declared as DiscoveryContext Modifier and Type Field Description protected DiscoveryContextDiscoveryService. discoveryContextMethods in org.odpi.openmetadata.frameworks.discovery that return DiscoveryContext Modifier and Type Method Description DiscoveryContextDiscoveryService. getDiscoveryContext()Return the discovery context for this discovery service.Methods in org.odpi.openmetadata.frameworks.discovery with parameters of type DiscoveryContext Modifier and Type Method Description voidDiscoveryService. setDiscoveryContext(DiscoveryContext discoveryContext)Set up details of the asset to analyze and the results of any previous analysis.Constructors in org.odpi.openmetadata.frameworks.discovery with parameters of type DiscoveryContext Constructor Description DiscoveryContext(DiscoveryContext template)Copy/clone Constructor
-