Class OMAGConformanceSuiteConfigServices
- java.lang.Object
-
- org.odpi.openmetadata.adminservices.server.OMAGConformanceSuiteConfigServices
-
public class OMAGConformanceSuiteConfigServices extends Object
OMAGConformanceSuiteConfigServices configures the Open Metadata Conformance Suite workbenches in an OMAG Server.
-
-
Constructor Summary
Constructors Constructor Description OMAGConformanceSuiteConfigServices()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VoidResponsedisableAllConformanceSuiteWorkbenches(String userId, String serverName)Request that all the conformance suite tests are deactivated in this server.VoidResponsedisablePlatformConformanceSuiteServices(String userId, String serverName)Request that the repository conformance suite tests are deactivated in this server.VoidResponsedisableRepositoryConformanceSuiteServices(String userId, String serverName)Request that the repository conformance suite tests are deactivated in this server.VoidResponseenablePlatformConformanceSuiteWorkbench(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.VoidResponseenableRepositoryConformanceSuiteWorkbench(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.VoidResponseenableRepositoryPerformanceSuiteWorkbench(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.
-
-
-
Method Detail
-
enableRepositoryConformanceSuiteWorkbench
public 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.- Parameters:
userId- user that is issuing the request.serverName- local server name.repositoryConformanceWorkbenchConfig- configuration for the repository conformance workbench.- Returns:
- void response or OMAGNotAuthorizedException the supplied userId is not authorized to issue this command or OMAGInvalidParameterException invalid serverName parameter. OMAGConfigurationErrorException unexpected exception.
-
enableRepositoryPerformanceSuiteWorkbench
public 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.- Parameters:
userId- user that is issuing the request.serverName- local server name.repositoryPerformanceWorkbenchConfig- configuration for the repository performance workbench.- Returns:
- void response or OMAGNotAuthorizedException the supplied userId is not authorized to issue this command or OMAGInvalidParameterException invalid serverName parameter. OMAGConfigurationErrorException unexpected exception.
-
enablePlatformConformanceSuiteWorkbench
public 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.- Parameters:
userId- user that is issuing the request.serverName- local server name.requestBody- url of the OMAG platform to test.- Returns:
- void response or OMAGNotAuthorizedException the supplied userId is not authorized to issue this command or OMAGInvalidParameterException invalid serverName parameter. OMAGConfigurationErrorException unexpected exception.
-
disableRepositoryConformanceSuiteServices
public VoidResponse disableRepositoryConformanceSuiteServices(String userId, String serverName)
Request that the repository conformance suite tests are deactivated in this server.- Parameters:
userId- user that is issuing the request.serverName- local server name.- Returns:
- void response or OMAGNotAuthorizedException the supplied userId is not authorized to issue this command or OMAGInvalidParameterException invalid serverName parameter. OMAGConfigurationErrorException unexpected exception.
-
disablePlatformConformanceSuiteServices
public VoidResponse disablePlatformConformanceSuiteServices(String userId, String serverName)
Request that the repository conformance suite tests are deactivated in this server.- Parameters:
userId- user that is issuing the request.serverName- local server name.- Returns:
- void response or OMAGNotAuthorizedException the supplied userId is not authorized to issue this command or OMAGInvalidParameterException invalid serverName parameter. OMAGConfigurationErrorException unexpected exception.
-
disableAllConformanceSuiteWorkbenches
public VoidResponse disableAllConformanceSuiteWorkbenches(String userId, String serverName)
Request that all the conformance suite tests are deactivated in this server.- Parameters:
userId- user that is issuing the request.serverName- local server name.- Returns:
- void response or OMAGNotAuthorizedException the supplied userId is not authorized to issue this command or OMAGInvalidParameterException invalid serverName parameter. OMAGConfigurationErrorException unexpected exception.
-
-