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
(OpenMetadataElement annotationElement) Return the title to use on an annotation section of the report.getAnnotationURL
(OpenMetadataElement annotationElement) Return the URL to use to link to an annotation section of the report.static void
Main program that controls the operation of the valid values report.
-
Method Details
-
getAnnotationTitle
Return the title to use on an annotation section of the report.- Parameters:
annotationElement
- element describing the annotation- Returns:
- title string
-
getAnnotationURL
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,
-