Uses of Class
org.odpi.openmetadata.adminservices.configuration.properties.PlatformConformanceWorkbenchConfig
-
Packages that use PlatformConformanceWorkbenchConfig Package Description org.odpi.openmetadata.adminservices.configuration.properties The properties package provides the configuration properties for the different subsystems that run inside the Open Metadata and Governance (OMAG) Platform. -
-
Uses of PlatformConformanceWorkbenchConfig in org.odpi.openmetadata.adminservices.configuration.properties
Methods in org.odpi.openmetadata.adminservices.configuration.properties that return PlatformConformanceWorkbenchConfig Modifier and Type Method Description PlatformConformanceWorkbenchConfigConformanceSuiteConfig. getPlatformWorkbenchConfig()Return the configuration for the platform workbench.Methods in org.odpi.openmetadata.adminservices.configuration.properties with parameters of type PlatformConformanceWorkbenchConfig Modifier and Type Method Description voidConformanceSuiteConfig. setPlatformWorkbenchConfig(PlatformConformanceWorkbenchConfig platformWorkbenchConfig)Set up the configuration for the platform workbench.Constructors in org.odpi.openmetadata.adminservices.configuration.properties with parameters of type PlatformConformanceWorkbenchConfig Constructor Description PlatformConformanceWorkbenchConfig(PlatformConformanceWorkbenchConfig template)Copy/clone constructor
-