Class ConformanceServicesInstance
java.lang.Object
org.odpi.openmetadata.conformance.server.ConformanceServicesInstance
ConformanceServicesInstance provides the references to the active services for an instance of an OMAG Server.
-
Constructor Summary
ConstructorDescriptionConformanceServicesInstance
(TechnologyUnderTestWorkPad workPad, List<OpenMetadataConformanceWorkbench> runningWorkbenches, OMRSAuditLog auditLog, ConformanceSuiteConfig conformanceSuiteConfig) Constructor -
Method Summary
Modifier and TypeMethodDescriptionReturn the audit log for this conformance suite server.Return the configuration for the conformance suite.Return the list of workbench threads.Return the work pad for the compliance suite.
-
Constructor Details
-
ConformanceServicesInstance
public ConformanceServicesInstance(TechnologyUnderTestWorkPad workPad, List<OpenMetadataConformanceWorkbench> runningWorkbenches, OMRSAuditLog auditLog, ConformanceSuiteConfig conformanceSuiteConfig) Constructor- Parameters:
workPad
- work pad to collect results inrunningWorkbenches
- workbenches to run testsauditLog
- logging destinationconformanceSuiteConfig
- configuration to set up the conformance suite
-
-
Method Details
-
getWorkbenches
Return the list of workbench threads.- Returns:
- list of workbenches
-
getAuditLog
Return the audit log for this conformance suite server.- Returns:
- audit log object
-
getConformanceSuiteConfig
Return the configuration for the conformance suite.- Returns:
- config object.
-
getWorkPad
Return the work pad for the compliance suite.- Returns:
- work pad object
-