Class RepositoryGovernanceRESTServices
java.lang.Object
org.odpi.openmetadata.engineservices.repositorygovernance.server.RepositoryGovernanceRESTServices
RepositoryGovernanceRESTServices provides the external service implementation for a repository governance engine.
Each method contains the engine host server name and the repository governance engine identifier (guid).
The RepositoryGovernanceRESTServices locates the correct repository governance engine instance within the correct
engine host server instance and delegates the request.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvalidateConnector
(String serverName, String userId, String connectorProviderClassName) Validate the connector and return its connector type.
-
Constructor Details
-
RepositoryGovernanceRESTServices
public RepositoryGovernanceRESTServices()
-
-
Method Details
-
validateConnector
public ConnectorReportResponse validateConnector(String serverName, String userId, String connectorProviderClassName) Validate the connector and return its connector type.- Parameters:
serverName
- integration daemon server nameuserId
- calling userconnectorProviderClassName
- name of a specific connector or null for all connectors- Returns:
- connector type or InvalidParameterException the connector provider class name is not a valid connector fo this service UserNotAuthorizedException user not authorized to issue this request PropertyServerException there was a problem detected by the integration service
-