Uses of Class
org.odpi.openmetadata.adminservices.configuration.properties.LocalRepositoryConfig
-
Packages that use LocalRepositoryConfig 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.org.odpi.openmetadata.adminservices.rest These are the beans that wrap request bodies and responses on the REST API. -
-
Uses of LocalRepositoryConfig in org.odpi.openmetadata.adminservices.configuration.properties
Methods in org.odpi.openmetadata.adminservices.configuration.properties that return LocalRepositoryConfig Modifier and Type Method Description LocalRepositoryConfigRepositoryServicesConfig. getLocalRepositoryConfig()Return the configuration properties for the local repository.Methods in org.odpi.openmetadata.adminservices.configuration.properties with parameters of type LocalRepositoryConfig Modifier and Type Method Description voidRepositoryServicesConfig. setLocalRepositoryConfig(LocalRepositoryConfig localRepositoryConfig)Set up the configuration properties for the local repository.Constructors in org.odpi.openmetadata.adminservices.configuration.properties with parameters of type LocalRepositoryConfig Constructor Description LocalRepositoryConfig(LocalRepositoryConfig template)Copy/clone constructor -
Uses of LocalRepositoryConfig in org.odpi.openmetadata.adminservices.rest
Methods in org.odpi.openmetadata.adminservices.rest that return LocalRepositoryConfig Modifier and Type Method Description LocalRepositoryConfigLocalRepositoryConfigResponse. getConfig()Return the config object.Methods in org.odpi.openmetadata.adminservices.rest with parameters of type LocalRepositoryConfig Modifier and Type Method Description voidLocalRepositoryConfigResponse. setConfig(LocalRepositoryConfig config)Set up the config object.
-