Uses of Class
org.odpi.openmetadata.adminservices.configuration.properties.OMAGServerConfig
-
Packages that use OMAGServerConfig 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.org.odpi.openmetadata.adminservices.store -
-
Uses of OMAGServerConfig in org.odpi.openmetadata.adminservices.configuration.properties
Constructors in org.odpi.openmetadata.adminservices.configuration.properties with parameters of type OMAGServerConfig Constructor Description OMAGServerConfig(OMAGServerConfig template)Copy/clone constructor. -
Uses of OMAGServerConfig in org.odpi.openmetadata.adminservices.rest
Methods in org.odpi.openmetadata.adminservices.rest that return OMAGServerConfig Modifier and Type Method Description OMAGServerConfigOMAGServerConfigResponse. getOMAGServerConfig()Return the OMAGServerConfig object.Methods in org.odpi.openmetadata.adminservices.rest that return types with arguments of type OMAGServerConfig Modifier and Type Method Description Set<OMAGServerConfig>OMAGServerConfigsResponse. getOMAGServerConfigs()Return the OMAGServerConfig objects.Methods in org.odpi.openmetadata.adminservices.rest with parameters of type OMAGServerConfig Modifier and Type Method Description voidOMAGServerConfigResponse. setOMAGServerConfig(OMAGServerConfig serverConfig)Set up the OMAGServerConfig object.Method parameters in org.odpi.openmetadata.adminservices.rest with type arguments of type OMAGServerConfig Modifier and Type Method Description voidOMAGServerConfigsResponse. setOMAGServerConfigs(Set<OMAGServerConfig> serverConfigs)Set up the OMAGServerConfig objects. -
Uses of OMAGServerConfig in org.odpi.openmetadata.adminservices.store
Methods in org.odpi.openmetadata.adminservices.store that return OMAGServerConfig Modifier and Type Method Description OMAGServerConfigOMAGServerConfigStore. retrieveServerConfig()Retrieve the configuration saved from a previous run of the server.Methods in org.odpi.openmetadata.adminservices.store that return types with arguments of type OMAGServerConfig Modifier and Type Method Description Set<OMAGServerConfig>OMAGServerConfigStoreRetrieveAll. retrieveAllServerConfigs()Retrieve all the stored server configurationsMethods in org.odpi.openmetadata.adminservices.store with parameters of type OMAGServerConfig Modifier and Type Method Description voidOMAGServerConfigStore. saveServerConfig(OMAGServerConfig configuration)Save the server configuration.
-