public class OMAGServerAdminForViewServices extends Object
| Constructor and Description |
|---|
OMAGServerAdminForViewServices()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
VoidResponse |
clearAllViewServices(String userId,
String serverName)
Disable the view services.
|
VoidResponse |
configureAllViewServices(String userId,
String serverName,
Map<String,Object> viewServiceOptions)
Enable all view services that are registered with this server platform.
|
VoidResponse |
configureViewService(String userId,
String serverName,
String serviceURLMarker,
Map<String,Object> viewServiceOptions)
Configure a single view service.
|
RegisteredOMAGServicesResponse |
getConfiguredViewServices(String userId,
String serverName)
Return the list of view services that are configured for this server.
|
ViewServicesResponse |
getViewServices(String userId,
String serverName)
Return the list of enabled view services for this server.
|
VoidResponse |
setViewServicesConfig(String userId,
String serverName,
List<ViewServiceConfig> viewServicesConfig)
Set up the configuration for all of the open metadata view services (OMASs).
|
public OMAGServerAdminForViewServices()
public RegisteredOMAGServicesResponse getConfiguredViewServices(String userId, String serverName)
userId - calling userserverName - name of serverpublic ViewServicesResponse getViewServices(String userId, String serverName)
userId - calling userserverName - name of serverpublic VoidResponse configureViewService(String userId, String serverName, String serviceURLMarker, Map<String,Object> viewServiceOptions)
userId - user that is issuing the request.serverName - local server name.serviceURLMarker - view service name used in URLviewServiceOptions - view service optionspublic VoidResponse configureAllViewServices(String userId, String serverName, Map<String,Object> viewServiceOptions)
userId - user that is issuing the request.serverName - local server name.viewServiceOptions - URL root and server name that are used to access the downstream OMAG Server.public VoidResponse clearAllViewServices(String userId, String serverName)
userId - user that is issuing the request.serverName - local server name.public VoidResponse setViewServicesConfig(String userId, String serverName, List<ViewServiceConfig> viewServicesConfig)
userId - user that is issuing the request.serverName - local server name.viewServicesConfig - list of configuration properties for each view service.Copyright © 2018–2020 ODPi. All rights reserved.