Class OpenMetadataConformanceRequirementResults

java.lang.Object
org.odpi.openmetadata.conformance.beans.OpenMetadataConformanceRequirementSummary
org.odpi.openmetadata.conformance.beans.OpenMetadataConformanceRequirementResults
All Implemented Interfaces:
Serializable

public class OpenMetadataConformanceRequirementResults extends OpenMetadataConformanceRequirementSummary
OpenMetadataConformanceRequirementResults documents the conformance assessment of the technology under test for one of the requirements specified for a workbench's profile.
See Also:
  • Constructor Details

    • OpenMetadataConformanceRequirementResults

      public OpenMetadataConformanceRequirementResults()
      Default constructor used in JSON exchange
    • OpenMetadataConformanceRequirementResults

      public OpenMetadataConformanceRequirementResults(Integer id, String name, String description, String documentationURL)
      Standard constructor used during test run.
      Parameters:
      id - ui
      name - name of the requirement.
      description - description of the requirement.
      documentationURL - URL link to more information.
    • OpenMetadataConformanceRequirementResults

      public OpenMetadataConformanceRequirementResults(OpenMetadataConformanceRequirementResults template)
      Copy/clone constructor used in JSON exchange
      Parameters:
      template - object to copy
  • Method Details

    • getPositiveTestEvidence

      public List<OpenMetadataConformanceTestEvidence> getPositiveTestEvidence()
      Return the list of test evidence that demonstrates the technology under test is conformant.
      Returns:
      list of test evidence
    • setPositiveTestEvidence

      public void setPositiveTestEvidence(List<OpenMetadataConformanceTestEvidence> positiveTestEvidence)
      Set up the list of test evidence that demonstrates the technology under test is conformant.
      Parameters:
      positiveTestEvidence - list of test evidence
    • getNegativeTestEvidence

      public List<OpenMetadataConformanceTestEvidence> getNegativeTestEvidence()
      Return the list of test evidence that demonstrates the technology under test is not conformant.
      Returns:
      list of test evidence
    • setNegativeTestEvidence

      public void setNegativeTestEvidence(List<OpenMetadataConformanceTestEvidence> negativeTestEvidence)
      Set up the list of test evidence that demonstrates the technology under test is not conformant.
      Parameters:
      negativeTestEvidence - list of test evidence
    • toString

      public String toString()
      toString() JSON-style
      Overrides:
      toString in class OpenMetadataConformanceRequirementSummary
      Returns:
      string description