Package com.seeq.link.sdk.utilities
Class ConnectorHelper
java.lang.Object
com.seeq.link.sdk.utilities.ConnectorHelper
Connector connection utilities.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
generateConnectorDeveloperInfo
(Connector connector) boolean
isIdUnique
(String connectionId, String connectionName, String connectorName, org.slf4j.Logger LOG) Check to make sure the ID for each connection is unique within that connector.
-
Constructor Details
-
ConnectorHelper
public ConnectorHelper()
-
-
Method Details
-
isIdUnique
public boolean isIdUnique(String connectionId, String connectionName, String connectorName, org.slf4j.Logger LOG) Check to make sure the ID for each connection is unique within that connector.- Parameters:
connectionId
- The ID of the connection be tested for uniqueness.connectionName
- The name of the connection be tested for uniqueness.connectorName
- The host connector.LOG
- Error logging mechanism.- Returns:
- true if the ID is unique.
-
generateConnectorDeveloperInfo
-