public interface ConnectorInfoService
Modifier and Type | Method and Description |
---|---|
java.util.List |
getAllConnectorsForType(java.lang.String connectorType)
Returns the list of connector details for a specific connector type
|
java.util.List |
getAllInstalledConnectorTypes()
Returns the list of all installed connector types
|
ConnectorInfo |
getLocalizedConnectorInfo(ConnectorInfo ci)
Returns the localized connector details for a specific connector
|
java.util.List getAllInstalledConnectorTypes() throws GenericAppConfigException
GenericAppConfigException
java.util.List getAllConnectorsForType(java.lang.String connectorType) throws GenericAppConfigException
connectorType
- - Display name of a specific connector bundleGenericAppConfigException
ConnectorInfo getLocalizedConnectorInfo(ConnectorInfo ci) throws GenericAppConfigException
ci
- - Instance of ConnectorInfo (which would not contain localized message)GenericAppConfigException