Class ConnectorHelper

java.lang.Object
com.seeq.link.sdk.utilities.ConnectorHelper

public class ConnectorHelper extends Object
Connector connection utilities.
  • 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

      public static String generateConnectorDeveloperInfo(Connector connector)