public interface LineageIntegratorAPI
| Modifier and Type | Method and Description |
|---|---|
ConnectorType |
validateConnector(String userId,
String connectorProviderClassName)
Validate the connector and return its connector type.
|
ConnectorType validateConnector(String userId, String connectorProviderClassName) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
userId - calling userconnectorProviderClassName - name of a specific connector or null for all connectorsInvalidParameterException - the connector provider class name is not a valid connector fo this serviceUserNotAuthorizedException - user not authorized to issue this requestPropertyServerException - there was a problem detected by the integration serviceCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.