Uses of Class
org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryEngineProperties
-
Packages that use DiscoveryEngineProperties Package Description org.odpi.openmetadata.frameworks.discovery org.odpi.openmetadata.frameworks.discovery.properties -
-
Uses of DiscoveryEngineProperties in org.odpi.openmetadata.frameworks.discovery
Methods in org.odpi.openmetadata.frameworks.discovery that return DiscoveryEngineProperties Modifier and Type Method Description abstract DiscoveryEnginePropertiesDiscoveryConfigurationServer. getDiscoveryEngineByGUID(String userId, String guid)Return the properties from a discovery engine definition.abstract DiscoveryEnginePropertiesDiscoveryConfigurationServer. getDiscoveryEngineByName(String userId, String name)Return the properties from a discovery engine definition.Methods in org.odpi.openmetadata.frameworks.discovery that return types with arguments of type DiscoveryEngineProperties Modifier and Type Method Description abstract List<DiscoveryEngineProperties>DiscoveryConfigurationServer. getAllDiscoveryEngines(String userId, int startingFrom, int maximumResults)Return the list of discovery engine definitions that are stored. -
Uses of DiscoveryEngineProperties in org.odpi.openmetadata.frameworks.discovery.properties
Constructors in org.odpi.openmetadata.frameworks.discovery.properties with parameters of type DiscoveryEngineProperties Constructor Description DiscoveryEngineProperties(DiscoveryEngineProperties template)Copy/clone constructor.
-