Class OMAGServerDataEngineProxyService
java.lang.Object
org.odpi.openmetadata.adminservices.server.OMAGServerDataEngineProxyService
OMAGServerDataEngineProxyService supports the configuration requests for Data Engine Proxies.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.odpi.openmetadata.commonservices.ffdc.rest.VoidResponsedeleteDataEngineProxy(String userId, String serverName) Remove Data Engine Proxy from the server configuration.org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponsesetDataEngineProxyConfig(String userId, String serverName, org.odpi.openmetadata.adminservices.configuration.properties.DataEngineProxyConfig dataEngineProxyConfig) Store the provided Data Engine Proxy configuration
-
Constructor Details
-
OMAGServerDataEngineProxyService
public OMAGServerDataEngineProxyService()
-
-
Method Details
-
setDataEngineProxyConfig
public org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponse setDataEngineProxyConfig(String userId, String serverName, org.odpi.openmetadata.adminservices.configuration.properties.DataEngineProxyConfig dataEngineProxyConfig) Store the provided Data Engine Proxy configuration- Parameters:
userId- user that is issuing the requestserverName- local server namedataEngineProxyConfig- configuration for the data engine proxy- Returns:
- void response
-
deleteDataEngineProxy
public org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponse deleteDataEngineProxy(String userId, String serverName) Remove Data Engine Proxy from the server configuration.- Parameters:
userId- user that is issuing the request.serverName- local server name.- Returns:
- void response
-