public class OMAGConformanceSuiteConfigServices extends Object
| Constructor and Description |
|---|
OMAGConformanceSuiteConfigServices() |
| Modifier and Type | Method and Description |
|---|---|
VoidResponse |
disableAllConformanceSuiteWorkbenches(String userId,
String serverName)
Request that all of the conformance suite tests are deactivated in this server.
|
VoidResponse |
disablePlatformConformanceSuiteServices(String userId,
String serverName)
Request that the repository conformance suite tests are deactivated in this server.
|
VoidResponse |
disableRepositoryConformanceSuiteServices(String userId,
String serverName)
Request that the repository conformance suite tests are deactivated in this server.
|
VoidResponse |
enablePlatformConformanceSuiteWorkbench(String userId,
String serverName,
URLRequestBody requestBody)
Request that the platform conformance suite workbench is activated in this server to test the
support of the platform services running in the platform at tutPlatformRootURL.
|
VoidResponse |
enableRepositoryConformanceSuiteWorkbench(String userId,
String serverName,
RepositoryConformanceWorkbenchConfig repositoryConformanceWorkbenchConfig)
Request that the repository conformance suite workbench is activated in this server to test the
support of the repository services running in the server named tutRepositoryServerName.
|
VoidResponse |
enableRepositoryPerformanceSuiteWorkbench(String userId,
String serverName,
RepositoryPerformanceWorkbenchConfig repositoryPerformanceWorkbenchConfig)
Request that the repository conformance suite workbench is activated in this server to test the
performance of the repository services running in the server named tutRepositoryServerName.
|
public VoidResponse enableRepositoryConformanceSuiteWorkbench(String userId, String serverName, RepositoryConformanceWorkbenchConfig repositoryConformanceWorkbenchConfig)
userId - user that is issuing the request.serverName - local server name.repositoryConformanceWorkbenchConfig - configuration for the repository conformance workbench.public VoidResponse enableRepositoryPerformanceSuiteWorkbench(String userId, String serverName, RepositoryPerformanceWorkbenchConfig repositoryPerformanceWorkbenchConfig)
userId - user that is issuing the request.serverName - local server name.repositoryPerformanceWorkbenchConfig - configuration for the repository performance workbench.public VoidResponse enablePlatformConformanceSuiteWorkbench(String userId, String serverName, URLRequestBody requestBody)
userId - user that is issuing the request.serverName - local server name.requestBody - url of the OMAG platform to test.public VoidResponse disableRepositoryConformanceSuiteServices(String userId, String serverName)
userId - user that is issuing the request.serverName - local server name.public VoidResponse disablePlatformConformanceSuiteServices(String userId, String serverName)
userId - user that is issuing the request.serverName - local server name.public VoidResponse disableAllConformanceSuiteWorkbenches(String userId, String serverName)
userId - user that is issuing the request.serverName - local server name.Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.