Class ArchiveManagerRESTServices
- java.lang.Object
-
- org.odpi.openmetadata.engineservices.archivemanager.server.ArchiveManagerRESTServices
-
public class ArchiveManagerRESTServices extends Object
ArchiveManagerRESTServices provides the external service implementation for a archive engine. Each method contains the engine host server name and the archive engine identifier (guid). The ArchiveManagerRESTServices locates the correct archive engine instance within the correct engine host server instance and delegates the request.
-
-
Constructor Summary
Constructors Constructor Description ArchiveManagerRESTServices()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectorTypeResponsevalidateConnector(String serverName, String userId, String connectorProviderClassName)Validate the connector and return its connector type.
-
-
-
Method Detail
-
validateConnector
public ConnectorTypeResponse 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
-
-