Uses of Class
org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryServiceProperties
-
Packages that use DiscoveryServiceProperties Package Description org.odpi.openmetadata.frameworks.discovery org.odpi.openmetadata.frameworks.discovery.properties -
-
Uses of DiscoveryServiceProperties in org.odpi.openmetadata.frameworks.discovery
Methods in org.odpi.openmetadata.frameworks.discovery that return DiscoveryServiceProperties Modifier and Type Method Description abstract DiscoveryServicePropertiesDiscoveryConfigurationServer. getDiscoveryServiceByGUID(String userId, String guid)Return the properties from a discovery service definition.abstract DiscoveryServicePropertiesDiscoveryConfigurationServer. getDiscoveryServiceByName(String userId, String name)Return the properties from a discovery service definition.Methods in org.odpi.openmetadata.frameworks.discovery that return types with arguments of type DiscoveryServiceProperties Modifier and Type Method Description abstract List<DiscoveryServiceProperties>DiscoveryConfigurationServer. getAllDiscoveryServices(String userId, int startingFrom, int maximumResults)Return the list of discovery services definitions that are stored. -
Uses of DiscoveryServiceProperties in org.odpi.openmetadata.frameworks.discovery.properties
Subclasses of DiscoveryServiceProperties in org.odpi.openmetadata.frameworks.discovery.properties Modifier and Type Class Description classRegisteredDiscoveryServiceRegisteredDiscoveryService describes a discovery service that has been registered with a discovery engine.Constructors in org.odpi.openmetadata.frameworks.discovery.properties with parameters of type DiscoveryServiceProperties Constructor Description DiscoveryServiceProperties(DiscoveryServiceProperties template)Copy/clone constructorRegisteredDiscoveryService(DiscoveryServiceProperties template)Copy/clone constructor
-