public class OMAGServerConfigStewardshipEngineServices extends Object
| Constructor and Description |
|---|
OMAGServerConfigStewardshipEngineServices() |
| Modifier and Type | Method and Description |
|---|---|
VoidResponse |
clearStewardshipEngineServicesConfig(String userId,
String serverName)
Remove this service from the server configuration.
|
StewardshipEngineServicesConfigResponse |
getStewardshipEngineServicesConfig(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 stewardship server.
|
VoidResponse |
setStewardshipEngines(String userId,
String serverName,
List<String> stewardshipEngineNames)
Set up the list of stewardship engines that will run in this stewardship server.
|
VoidResponse |
setStewardshipEngineServicesConfig(String userId,
String serverName,
StewardshipEngineServicesConfig servicesConfig)
Add this service to the server configuration.
|
public OMAGServerConfigStewardshipEngineServices()
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 setStewardshipEngines(String userId, String serverName, List<String> stewardshipEngineNames)
userId - user that is issuing the request.serverName - local server name.stewardshipEngineNames - list of stewardship engine qualified names describing which stewardship engines run in this server.public VoidResponse setStewardshipEngineServicesConfig(String userId, String serverName, StewardshipEngineServicesConfig servicesConfig)
userId - user that is issuing the request.serverName - local server name.servicesConfig - full configuration for the service.public StewardshipEngineServicesConfigResponse getStewardshipEngineServicesConfig(String userId, String serverName)
userId - user that is issuing the request.serverName - local server name.public VoidResponse clearStewardshipEngineServicesConfig(String userId, String serverName)
userId - user that is issuing the request.serverName - local server name.Copyright © 2018–2020 ODPi. All rights reserved.