public class OMAGServerConfigDiscoveryServer extends Object
| Constructor and Description |
|---|
OMAGServerConfigDiscoveryServer() |
| Modifier and Type | Method and Description |
|---|---|
VoidResponse |
deleteService(String userId,
String serverName)
Remove this service from the server configuration.
|
VoidResponse |
setAccessServiceRootURL(String userId,
String serverName,
String accessServiceRootURL)
Set up the root URL of the access service.
|
VoidResponse |
setAccessServiceServerName(String userId,
String serverName,
String accessServiceServerName)
Set up the server name of the access service.
|
VoidResponse |
setDiscoveryEngines(String userId,
String serverName,
List<String> discoveryEngineNames)
Set up the list of discovery engines that will run in this discovery server.
|
public VoidResponse setAccessServiceRootURL(String userId, String serverName, String accessServiceRootURL)
userId - user that is issuing the request.serverName - local server name.accessServiceRootURL - URL root for the access service.public VoidResponse setAccessServiceServerName(String userId, String serverName, String accessServiceServerName)
userId - user that is issuing the request.serverName - local server name.accessServiceServerName - server name for the access service.public VoidResponse setDiscoveryEngines(String userId, String serverName, List<String> discoveryEngineNames)
userId - user that is issuing the request.serverName - local server name.discoveryEngineNames - list of discovery engine qualified names describing which discovery engines run in this server.public VoidResponse deleteService(String userId, String serverName)
userId - user that is issuing the request.serverName - local server name.Copyright © 2018–2020 ODPi. All rights reserved.