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 |
clearViewService(String userId,
String serverName,
String serviceURLMarker)
Remove a view service.
|
VoidResponse |
configureAllViewServices(String userId,
String serverName,
ViewServiceConfig requestedViewServiceConfig)
Enable all view services that are registered with this server platform.
|
VoidResponse |
configureViewService(String userId,
String serverName,
String serviceURLMarker,
ViewServiceConfig requestedViewServiceConfig)
Configure a single view service.
|
RegisteredOMAGServicesResponse |
getConfiguredViewServices(String userId,
String serverName)
Return the list of view services that are configured for this server.
|
ViewServiceConfigResponse |
getViewServiceConfig(String userId,
String serverName,
String serviceURLMarker)
Return the configuration of a single view service
|
ViewServicesResponse |
getViewServicesConfiguration(String userId,
String serverName)
Return the view services configuration 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 getViewServicesConfiguration(String userId, String serverName)
userId - calling userserverName - name of serverpublic ViewServiceConfigResponse getViewServiceConfig(String userId, String serverName, String serviceURLMarker)
userId - calling userserverName - name of serverserviceURLMarker - server URL marker identifying the view servicepublic VoidResponse configureViewService(String userId, String serverName, String serviceURLMarker, ViewServiceConfig requestedViewServiceConfig)
userId - user that is issuing the request.serverName - local server name.serviceURLMarker - view service name used in URLrequestedViewServiceConfig - view service configpublic VoidResponse configureAllViewServices(String userId, String serverName, ViewServiceConfig requestedViewServiceConfig)
userId - user that is issuing the request.serverName - local server name.requestedViewServiceConfig - requested View Service Config containing the OMAGServerName and OMAGServerRootPlatformURLpublic VoidResponse clearViewService(String userId, String serverName, String serviceURLMarker)
userId - user that is issuing the request.serverName - local server name.serviceURLMarker - view service name used in URLpublic 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–2021 LF AI & Data Foundation. All rights reserved.