Uses of Class
org.odpi.openmetadata.adminservices.configuration.properties.RepositoryConformanceWorkbenchConfig
-
Packages that use RepositoryConformanceWorkbenchConfig 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 RepositoryConformanceWorkbenchConfig in org.odpi.openmetadata.adminservices.configuration.properties
Methods in org.odpi.openmetadata.adminservices.configuration.properties that return RepositoryConformanceWorkbenchConfig Modifier and Type Method Description RepositoryConformanceWorkbenchConfigConformanceSuiteConfig. getRepositoryWorkbenchConfig()Return the configuration for the repository workbench.Methods in org.odpi.openmetadata.adminservices.configuration.properties with parameters of type RepositoryConformanceWorkbenchConfig Modifier and Type Method Description voidConformanceSuiteConfig. setRepositoryWorkbenchConfig(RepositoryConformanceWorkbenchConfig repositoryWorkbenchConfig)Set up the configuration for the repository workbench.Constructors in org.odpi.openmetadata.adminservices.configuration.properties with parameters of type RepositoryConformanceWorkbenchConfig Constructor Description RepositoryConformanceWorkbenchConfig(RepositoryConformanceWorkbenchConfig template)Copy/clone constructor
-