public abstract class DiscoveryAnalysisReportStore extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
analysisStep |
protected Date |
creationDate |
protected String |
discoveryReportGUID |
protected DiscoveryRequestStatus |
discoveryRequestStatus |
protected String |
reportDescription |
protected String |
reportDisplayName |
protected String |
reportQualifiedName |
protected String |
userId |
| Modifier | Constructor and Description |
|---|---|
protected |
DiscoveryAnalysisReportStore()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAnalysisStep()
Return the locally defined analysis step.
|
Date |
getCreationDate()
Return the creation date for the discovery analysis report that will result from this discovery request.
|
String |
getDiscoveryReportGUID()
Return the report identifier for this discovery context.
|
DiscoveryRequestStatus |
getDiscoveryRequestStatus()
Return the current status of the discovery request - this is stored in the report.
|
String |
getReportDescription()
Return the description for the discovery analysis report that will result from this discovery request.
|
String |
getReportDisplayName()
Return the display name of the discovery analysis report that will result from this discovery request.
|
String |
getReportQualifiedName()
Return the unique name of the discovery analysis report that will result from this discovery request.
|
void |
setAnalysisStep(String analysisStep)
Set up the name of the current analysis step.
|
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.
|
void |
setReportDescription(String reportDescription)
Set up the description for the discovery analysis report that will result from this discovery request.
|
void |
setReportDisplayName(String reportName)
Set up the display name of the discovery analysis report that will result from this discovery request.
|
void |
setReportQualifiedName(String reportName)
Set up the unique name of the discovery analysis report that will result from this discovery request.
|
protected String userId
protected String discoveryReportGUID
protected DiscoveryRequestStatus discoveryRequestStatus
protected String reportQualifiedName
protected String reportDisplayName
protected String reportDescription
protected Date creationDate
protected String analysisStep
protected DiscoveryAnalysisReportStore()
public String getDiscoveryReportGUID()
public DiscoveryRequestStatus getDiscoveryRequestStatus() throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
InvalidParameterException - 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
discoveryRequestStatus - 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.public String getAnalysisStep()
public void setAnalysisStep(String analysisStep)
analysisStep - namepublic String getReportQualifiedName()
public void setReportQualifiedName(String reportName)
reportName - String report namepublic String getReportDisplayName()
public void setReportDisplayName(String reportName)
reportName - String report namepublic String getReportDescription()
public void setReportDescription(String reportDescription)
reportDescription - String report descriptionpublic Date getCreationDate()
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.