Class OMAGConformanceSuiteConfigServices
java.lang.Object
org.odpi.openmetadata.tokencontroller.TokenController
org.odpi.openmetadata.adminservices.server.OMAGConformanceSuiteConfigServices
OMAGConformanceSuiteConfigServices configures the Open Metadata Conformance Suite workbenches
in an OMAG Server.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondisableAllConformanceSuiteWorkbenches(String serverName, String delegatingUserId) Request that all the conformance suite tests are deactivated in this server.disablePlatformConformanceSuiteServices(String serverName, String delegatingUserId) Request that the repository conformance suite tests are deactivated in this server.disableRepositoryConformanceSuiteServices(String serverName, String delegatingUserId) Request that the repository conformance suite tests are deactivated in this server.enablePlatformConformanceSuiteWorkbench(String serverName, String delegatingUserId, 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.enableRepositoryConformanceSuiteWorkbench(String serverName, String delegatingUserId, 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.enableRepositoryPerformanceSuiteWorkbench(String serverName, String delegatingUserId, 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.Methods inherited from class org.odpi.openmetadata.tokencontroller.TokenController
getUser
-
Constructor Details
-
OMAGConformanceSuiteConfigServices
public OMAGConformanceSuiteConfigServices()
-
-
Method Details
-
enableRepositoryConformanceSuiteWorkbench
public VoidResponse enableRepositoryConformanceSuiteWorkbench(String serverName, String delegatingUserId, 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:
serverName- local server name.delegatingUserId- external userId making requestrepositoryConformanceWorkbenchConfig- configuration for the repository conformance workbench.- Returns:
- void response or UserNotAuthorizedException the supplied userId is not authorized to issue this command or InvalidParameterException invalid serverName parameter. OMAGConfigurationErrorException unexpected exception.
-
enableRepositoryPerformanceSuiteWorkbench
public VoidResponse enableRepositoryPerformanceSuiteWorkbench(String serverName, String delegatingUserId, 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:
serverName- local server name.delegatingUserId- external userId making requestrepositoryPerformanceWorkbenchConfig- configuration for the repository performance workbench.- Returns:
- void response or UserNotAuthorizedException the supplied userId is not authorized to issue this command or InvalidParameterException invalid serverName parameter. OMAGConfigurationErrorException unexpected exception.
-
enablePlatformConformanceSuiteWorkbench
public VoidResponse enablePlatformConformanceSuiteWorkbench(String serverName, String delegatingUserId, 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:
serverName- local server name.delegatingUserId- external userId making requestrequestBody- url of the OMAG platform to test.- Returns:
- void response or UserNotAuthorizedException the supplied userId is not authorized to issue this command or InvalidParameterException invalid serverName parameter. OMAGConfigurationErrorException unexpected exception.
-
disableRepositoryConformanceSuiteServices
public VoidResponse disableRepositoryConformanceSuiteServices(String serverName, String delegatingUserId) Request that the repository conformance suite tests are deactivated in this server.- Parameters:
serverName- local server name.delegatingUserId- external userId making request- Returns:
- void response or UserNotAuthorizedException the supplied userId is not authorized to issue this command or InvalidParameterException invalid serverName parameter. OMAGConfigurationErrorException unexpected exception.
-
disablePlatformConformanceSuiteServices
public VoidResponse disablePlatformConformanceSuiteServices(String serverName, String delegatingUserId) Request that the repository conformance suite tests are deactivated in this server.- Parameters:
serverName- local server name.delegatingUserId- external userId making request- Returns:
- void response or UserNotAuthorizedException the supplied userId is not authorized to issue this command or InvalidParameterException invalid serverName parameter. OMAGConfigurationErrorException unexpected exception.
-
disableAllConformanceSuiteWorkbenches
public VoidResponse disableAllConformanceSuiteWorkbenches(String serverName, String delegatingUserId) Request that all the conformance suite tests are deactivated in this server.- Parameters:
serverName- local server name.delegatingUserId- external userId making request- Returns:
- void response or UserNotAuthorizedException the supplied userId is not authorized to issue this command or InvalidParameterException invalid serverName parameter. OMAGConfigurationErrorException unexpected exception.
-