Uses of Class
org.odpi.openmetadata.adminservices.configuration.properties.ViewServiceConfig
-
Packages that use ViewServiceConfig 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 ViewServiceConfig in org.odpi.openmetadata.adminservices.configuration.properties
Subclasses of ViewServiceConfig in org.odpi.openmetadata.adminservices.configuration.properties Modifier and Type Class Description classIntegrationViewServiceConfigclassSolutionViewServiceConfigMethods in org.odpi.openmetadata.adminservices.configuration.properties that return types with arguments of type ViewServiceConfig Modifier and Type Method Description List<ViewServiceConfig>OMAGServerConfig. getViewServicesConfig()Return the configuration for the registered Open Metadata View Services (OMVSs).Method parameters in org.odpi.openmetadata.adminservices.configuration.properties with type arguments of type ViewServiceConfig Modifier and Type Method Description voidOMAGServerConfig. setViewServicesConfig(List<ViewServiceConfig> viewServicesConfig)Set up the configuration for the registered Open Metadata View Services (OMVSs).Constructors in org.odpi.openmetadata.adminservices.configuration.properties with parameters of type ViewServiceConfig Constructor Description ViewServiceConfig(ViewServiceConfig template)Copy/clone constructor -
Uses of ViewServiceConfig in org.odpi.openmetadata.adminservices.rest
Methods in org.odpi.openmetadata.adminservices.rest that return ViewServiceConfig Modifier and Type Method Description ViewServiceConfigViewServiceConfigResponse. getConfig()Return the config object.Methods in org.odpi.openmetadata.adminservices.rest that return types with arguments of type ViewServiceConfig Modifier and Type Method Description List<ViewServiceConfig>ViewServicesResponse. getServices()Return the list of servicesMethods in org.odpi.openmetadata.adminservices.rest with parameters of type ViewServiceConfig Modifier and Type Method Description voidViewServiceConfigResponse. setConfig(ViewServiceConfig config)Set up the config object.Method parameters in org.odpi.openmetadata.adminservices.rest with type arguments of type ViewServiceConfig Modifier and Type Method Description voidViewServicesResponse. setServices(List<ViewServiceConfig> services)Set up the list of services
-