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 Summary

    Modifier and Type
    Method
    Description
    getAnnotationTitle(org.odpi.openmetadata.frameworks.governanceaction.properties.OpenMetadataElement annotationElement)
    Return the title to use on an annotation section of the report.
    getAnnotationURL(org.odpi.openmetadata.frameworks.governanceaction.properties.OpenMetadataElement annotationElement)
    Return the URL to use to link to an annotation section of the report.
    static void
    main(String[] args)
    Main program that controls the operation of the valid values report.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getAnnotationTitle

      public String getAnnotationTitle(org.odpi.openmetadata.frameworks.governanceaction.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.governanceaction.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

      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,