Uses of Class
org.odpi.openmetadata.frameworks.discovery.properties.DiscoveryRequestStatus
-
Packages that use DiscoveryRequestStatus Package Description org.odpi.openmetadata.frameworks.discovery org.odpi.openmetadata.frameworks.discovery.properties -
-
Uses of DiscoveryRequestStatus in org.odpi.openmetadata.frameworks.discovery
Fields in org.odpi.openmetadata.frameworks.discovery declared as DiscoveryRequestStatus Modifier and Type Field Description protected DiscoveryRequestStatusDiscoveryAnalysisReportStore. discoveryRequestStatusMethods in org.odpi.openmetadata.frameworks.discovery that return DiscoveryRequestStatus Modifier and Type Method Description DiscoveryRequestStatusDiscoveryAnalysisReportStore. getDiscoveryRequestStatus()Return the current status of the discovery request - this is stored in the report.abstract DiscoveryRequestStatusDiscoveryEngine. getDiscoveryStatus(String userId, String discoveryRequestGUID)Request the status of an executing discovery request.Methods in org.odpi.openmetadata.frameworks.discovery with parameters of type DiscoveryRequestStatus Modifier and Type Method Description voidDiscoveryAnalysisReportStore. setDiscoveryRequestStatus(DiscoveryRequestStatus discoveryRequestStatus)Set up the current status of the discovery request - this is stored in the report so it can be monitored by the originator of the request. -
Uses of DiscoveryRequestStatus in org.odpi.openmetadata.frameworks.discovery.properties
Methods in org.odpi.openmetadata.frameworks.discovery.properties that return DiscoveryRequestStatus Modifier and Type Method Description DiscoveryRequestStatusDiscoveryAnalysisReport. getDiscoveryRequestStatus()Return the status of the discovery process.static DiscoveryRequestStatusDiscoveryRequestStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DiscoveryRequestStatus[]DiscoveryRequestStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.frameworks.discovery.properties with parameters of type DiscoveryRequestStatus Modifier and Type Method Description voidDiscoveryAnalysisReport. setDiscoveryRequestStatus(DiscoveryRequestStatus discoveryRequestStatus)Set up the status of the discovery process.
-