Class SurveyReport
java.lang.Object
org.odpi.openmetadata.reports.surveyreport.SurveyReport
SurveyReport extracts the survey reports for an asset defined in the open metadata ecosystem.
It connects to a Metadata Access Server running the Asset Owner OMAS.
-
Method Summary
Modifier and TypeMethodDescriptiongetAnnotationTitle(org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataElement annotationElement) Return the title to use on an annotation section of the report.getAnnotationURL(org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataElement annotationElement) Return the URL to use to link to an annotation section of the report.static voidMain program that controls the operation of the valid values report.
-
Method Details
-
getAnnotationTitle
public String getAnnotationTitle(org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataElement annotationElement) Return the title to use on an annotation section of the report.- Parameters:
annotationElement- element describing the annotation- Returns:
- title string
-
getAnnotationURL
public String getAnnotationURL(org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataElement annotationElement) Return the URL to use to link to an annotation section of the report.- Parameters:
annotationElement- element describing the annotation- Returns:
- title string
-
main
Main program that controls the operation of the valid values report. The parameters are passed space separated. They are used to override the report's default values.- Parameters:
args- 1. service platform URL root, 2. client userId, 3. server name,
-