Interface ConnectorInfoService


public interface ConnectorInfoService
  • Method Details

    • getAllInstalledConnectorTypes

      List<String> getAllInstalledConnectorTypes() throws GenericAppConfigException
      Returns the list of all installed connector types
      Returns:
      the list of display names of all installed connector types in the alphabetically sorted order
      Throws:
      GenericAppConfigException
    • getAllConnectorsForType

      List<ConnectorInfo> getAllConnectorsForType(String connectorType) throws GenericAppConfigException
      Returns the list of connector details for a specific connector type
      Parameters:
      connectorType - - Display name of a specific connector bundle
      Returns:
      list of ConnectorInfo instances for a specific connector type. Note: All connector messages are returned in English
      Throws:
      GenericAppConfigException
    • getLocalizedConnectorInfo

      ConnectorInfo getLocalizedConnectorInfo(ConnectorInfo ci) throws GenericAppConfigException
      Returns the localized connector details for a specific connector
      Parameters:
      ci - - Instance of ConnectorInfo (which would not contain localized message)
      Returns:
      ConnectorInfo with locale-specific display name/help message
      Throws:
      GenericAppConfigException