public class DiscoveryAnalysisReportClient extends DiscoveryAnalysisReportStore
analysisStep, creationDate, discoveryReportGUID, discoveryRequestStatus, reportDescription, reportDisplayName, reportQualifiedName, userId| Constructor and Description |
|---|
DiscoveryAnalysisReportClient(String userId,
DiscoveryRequestStatus discoveryRequestStatus,
String assetGUID,
Map<String,String> analysisParameters,
String reportQualifiedName,
String reportDisplayName,
String reportDescription,
String discoveryEngineGUID,
String discoveryServiceGUID,
DiscoveryEngineClient discoveryEngineClient)
Constructor for this client
|
| Modifier and Type | Method and Description |
|---|---|
DiscoveryRequestStatus |
getDiscoveryRequestStatus()
Return the current status of the discovery request - this is stored in the report.
|
void |
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.
|
getAnalysisStep, getCreationDate, getDiscoveryReportGUID, getReportDescription, getReportDisplayName, getReportQualifiedName, setAnalysisStep, setReportDescription, setReportDisplayName, setReportQualifiedNamepublic DiscoveryAnalysisReportClient(String userId, DiscoveryRequestStatus discoveryRequestStatus, String assetGUID, Map<String,String> analysisParameters, String reportQualifiedName, String reportDisplayName, String reportDescription, String discoveryEngineGUID, String discoveryServiceGUID, DiscoveryEngineClient discoveryEngineClient) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
userId - calling userdiscoveryRequestStatus - current statusassetGUID - linked assetanalysisParameters - parameters that configured the analysisreportQualifiedName - qualified name of reportreportDisplayName - display name of reportreportDescription - description of reportdiscoveryEngineGUID - hosting discovery enginediscoveryServiceGUID - executing discovery servicediscoveryEngineClient - calling engine clientInvalidParameterException - one of the parameters is invalidUserNotAuthorizedException - the user id not authorized to issue this requestPropertyServerException - there was a problem retrieving annotations from the annotation store.public DiscoveryRequestStatus getDiscoveryRequestStatus() throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
getDiscoveryRequestStatus in class DiscoveryAnalysisReportStoreInvalidParameterException - one of the parameters is invalidUserNotAuthorizedException - the user id not authorized to issue this requestPropertyServerException - there was a problem retrieving annotations from the annotation store.public void setDiscoveryRequestStatus(DiscoveryRequestStatus discoveryRequestStatus) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
setDiscoveryRequestStatus in class DiscoveryAnalysisReportStorediscoveryRequestStatus - new status of the discovery request/reportInvalidParameterException - one of the parameters is invalidUserNotAuthorizedException - the user id not authorized to issue this requestPropertyServerException - there was a problem retrieving annotations from the annotation store.Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.