Uses of Class
org.odpi.openmetadata.adminservices.configuration.properties.LocalRepositoryMode
-
Packages that use LocalRepositoryMode 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 LocalRepositoryMode in org.odpi.openmetadata.adminservices.configuration.properties
Methods in org.odpi.openmetadata.adminservices.configuration.properties that return LocalRepositoryMode Modifier and Type Method Description LocalRepositoryModeLocalRepositoryConfig. getLocalRepositoryMode()Return the mode that the local repository is operating in.static LocalRepositoryModeLocalRepositoryMode. valueOf(String name)Returns the enum constant of this type with the specified name.static LocalRepositoryMode[]LocalRepositoryMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.adminservices.configuration.properties with parameters of type LocalRepositoryMode Modifier and Type Method Description voidLocalRepositoryConfig. setLocalRepositoryMode(LocalRepositoryMode localRepositoryMode)Set up the mode that the local repository is operating in.
-