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 Summary
ConstructorDescriptionDefault constructor used in JSON exchangeOpenMetadataConformanceRequirementResults
(Integer id, String name, String description, String documentationURL) Standard constructor used during test run.Copy/clone constructor used in JSON exchange -
Method Summary
Modifier and TypeMethodDescriptionReturn the list of test evidence that demonstrates the technology under test is not conformant.Return the list of test evidence that demonstrates the technology under test is conformant.void
setNegativeTestEvidence
(List<OpenMetadataConformanceTestEvidence> negativeTestEvidence) Set up the list of test evidence that demonstrates the technology under test is not conformant.void
setPositiveTestEvidence
(List<OpenMetadataConformanceTestEvidence> positiveTestEvidence) Set up the list of test evidence that demonstrates the technology under test is conformant.toString()
toString() JSON-styleMethods inherited from class org.odpi.openmetadata.conformance.beans.OpenMetadataConformanceRequirementSummary
getConformanceStatus, getDescription, getDocumentationURL, getId, getName, setConformanceStatus, setDescription, setDocumentationURL, setId, setName
-
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
- uiname
- 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
Return the list of test evidence that demonstrates the technology under test is conformant.- Returns:
- list of test evidence
-
setPositiveTestEvidence
Set up the list of test evidence that demonstrates the technology under test is conformant.- Parameters:
positiveTestEvidence
- list of test evidence
-
getNegativeTestEvidence
Return the list of test evidence that demonstrates the technology under test is not conformant.- Returns:
- list of test evidence
-
setNegativeTestEvidence
Set up the list of test evidence that demonstrates the technology under test is not conformant.- Parameters:
negativeTestEvidence
- list of test evidence
-
toString
toString() JSON-style- Overrides:
toString
in classOpenMetadataConformanceRequirementSummary
- Returns:
- string description
-