| Package | Description |
|---|---|
| org.odpi.openmetadata.frameworks.discovery | |
| org.odpi.openmetadata.frameworks.discovery.properties |
| Modifier and Type | Method and Description |
|---|---|
abstract DiscoveryRequestStatus |
DiscoveryEngine.getDiscoveryStatus(String userId,
String discoveryRequestGUID)
Request the status of an executing discovery request.
|
| Modifier and Type | Field and Description |
|---|---|
protected DiscoveryRequestStatus |
DiscoveryAnalysisReport.discoveryRequestStatus |
| Modifier and Type | Method and Description |
|---|---|
DiscoveryRequestStatus |
DiscoveryAnalysisReport.getDiscoveryRequestStatus()
Return the status of the discovery process.
|
static DiscoveryRequestStatus |
DiscoveryRequestStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DiscoveryAnalysisReport.setDiscoveryRequestStatus(DiscoveryRequestStatus discoveryRequestStatus)
Set up the status of the discovery process.
|
Copyright © 2018–2019 ODPi. All rights reserved.