public class OMAGServerConfigDiscoveryEngineServices extends Object
| Constructor and Description |
|---|
OMAGServerConfigDiscoveryEngineServices() |
| Modifier and Type | Method and Description |
|---|---|
VoidResponse |
clearDiscoveryEngineServicesConfig(String userId,
String serverName)
Remove this service from the server configuration.
|
DiscoveryEngineServicesConfigResponse |
getDiscoveryEngineServicesConfig(String userId,
String serverName)
Add this service to the server configuration.
|
VoidResponse |
setClientConfig(String userId,
String serverName,
OMAGServerClientConfig clientConfig)
Set up the name and platform URL root for the metadata server supporting this discovery server.
|
VoidResponse |
setDiscoveryEngines(String userId,
String serverName,
List<String> discoveryEngineNames)
Set up the list of discovery engines that will run in this discovery server.
|
VoidResponse |
setDiscoveryEngineServicesConfig(String userId,
String serverName,
DiscoveryEngineServicesConfig servicesConfig)
Add this service to the server configuration.
|
public OMAGServerConfigDiscoveryEngineServices()
public VoidResponse setClientConfig(String userId, String serverName, OMAGServerClientConfig clientConfig)
userId - user that is issuing the request.serverName - local server name.clientConfig - URL root and server name for the metadata server.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 setDiscoveryEngineServicesConfig(String userId, String serverName, DiscoveryEngineServicesConfig servicesConfig)
userId - user that is issuing the request.serverName - local server name.servicesConfig - full configuration for the service.public DiscoveryEngineServicesConfigResponse getDiscoveryEngineServicesConfig(String userId, String serverName)
userId - user that is issuing the request.serverName - local server name.public VoidResponse clearDiscoveryEngineServicesConfig(String userId, String serverName)
userId - user that is issuing the request.serverName - local server name.Copyright © 2018–2020 ODPi. All rights reserved.