Class ConformanceServicesInstance

java.lang.Object
org.odpi.openmetadata.conformance.server.ConformanceServicesInstance

public class ConformanceServicesInstance extends Object
ConformanceServicesInstance provides the references to the active services for an instance of an OMAG Server.
  • Constructor Details

  • Method Details

    • getWorkbenches

      public List<OpenMetadataConformanceWorkbench> getWorkbenches()
      Return the list of workbench threads.
      Returns:
      list of workbenches
    • getAuditLog

      public OMRSAuditLog getAuditLog()
      Return the audit log for this conformance suite server.
      Returns:
      audit log object
    • getConformanceSuiteConfig

      public ConformanceSuiteConfig getConformanceSuiteConfig()
      Return the configuration for the conformance suite.
      Returns:
      config object.
    • getWorkPad

      public TechnologyUnderTestWorkPad getWorkPad()
      Return the work pad for the compliance suite.
      Returns:
      work pad object