public class OMAGServerDataEngineProxyService extends Object
| Constructor and Description |
|---|
OMAGServerDataEngineProxyService() |
| Modifier and Type | Method and Description |
|---|---|
VoidResponse |
deleteDataEngineProxy(String userId,
String serverName)
Remove Data Engine Proxy from the server configuration.
|
VoidResponse |
setDataEngineProxyConfig(String userId,
String serverName,
DataEngineProxyConfig dataEngineProxyConfig)
Store the provided Data Engine Proxy configuration
|
public VoidResponse setDataEngineProxyConfig(String userId, String serverName, DataEngineProxyConfig dataEngineProxyConfig)
userId - user that is issuing the requestserverName - local server namedataEngineProxyConfig - configuration for the data engine proxypublic VoidResponse deleteDataEngineProxy(String userId, String serverName)
userId - user that is issuing the request.serverName - local server name.Copyright © 2018–2019 ODPi. All rights reserved.