Uses of Class
org.odpi.openmetadata.adminservices.configuration.properties.OMAGServerClientConfig
-
Packages that use OMAGServerClientConfig 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 OMAGServerClientConfig in org.odpi.openmetadata.adminservices.configuration.properties
Subclasses of OMAGServerClientConfig in org.odpi.openmetadata.adminservices.configuration.properties Modifier and Type Class Description classEngineHostServicesConfigEngineHostServicesConfig provides the properties to configure an engine host OMAG server.classEngineServiceConfigEngineServiceConfig provides the properties to configure a single engine service in an engine hosting server.classIntegrationServiceConfigIntegrationServiceConfig provides the configuration for a single Open Metadata Integration Service (OMIS).classIntegrationViewServiceConfigclassSolutionViewServiceConfigclassViewServiceConfigViewServiceConfig provides the configuration for a single Open Metadata View Service (OMVS).Constructors in org.odpi.openmetadata.adminservices.configuration.properties with parameters of type OMAGServerClientConfig Constructor Description OMAGServerClientConfig(OMAGServerClientConfig template)Copy/clone constructor -
Uses of OMAGServerClientConfig in org.odpi.openmetadata.adminservices.rest
Subclasses of OMAGServerClientConfig in org.odpi.openmetadata.adminservices.rest Modifier and Type Class Description classEngineServiceRequestBodyEngineServiceRequestBody passes the minimum information to set up an engine service.classIntegrationServiceRequestBodyIntegrationServiceRequestBody passes the minimum information to set up an integration service.classViewServiceRequestBodyViewServiceRequestBody passes the minimum information to set up an view server.
-