Class SurveyReport

java.lang.Object
org.odpi.openmetadata.reports.surveyreport.SurveyReport

public class SurveyReport extends Object
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 Details

    • getAnnotationTitle

      public String getAnnotationTitle(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(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

      public static void main(String[] args)
      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,