public class SalesforceDefinition extends DataSourceDefinition
Constructor and Description |
---|
SalesforceDefinition() |
Modifier and Type | Method and Description |
---|---|
Properties |
getInternalTeiidDataSourceProperties(DefaultSyndesisDataSource source)
Given the service specific properties to engine specific properties.
|
String |
getPomDendencies() |
Properties |
getPublishedImageDataSourceProperties(DefaultSyndesisDataSource scd)
Given the connection properties from the Syndesis secrets generate Spring Boot
configuration file to configure the data source
|
String |
getTranslatorName()
Returns the matching translator type
|
String |
getType()
Returns the type of the database.
|
boolean |
isResouceAdapter()
Returns true if the data source type is a resource adapter, otherwise false.
|
boolean |
isTypeOf(Map<String,String> properties)
Check to see if the properties given match to the Data Source definition, using which
connection can be made.
|
ds, setupResourceAdapter
public String getType()
DataSourceDefinition
getType
in class DataSourceDefinition
public String getPomDendencies()
getPomDendencies
in class DataSourceDefinition
public String getTranslatorName()
DataSourceDefinition
getTranslatorName
in class DataSourceDefinition
public boolean isResouceAdapter()
DataSourceDefinition
isResouceAdapter
in class DataSourceDefinition
public boolean isTypeOf(Map<String,String> properties)
DataSourceDefinition
isTypeOf
in class DataSourceDefinition
public Properties getInternalTeiidDataSourceProperties(DefaultSyndesisDataSource source)
DataSourceDefinition
getInternalTeiidDataSourceProperties
in class DataSourceDefinition
public Properties getPublishedImageDataSourceProperties(DefaultSyndesisDataSource scd)
DataSourceDefinition
getPublishedImageDataSourceProperties
in class DataSourceDefinition
scd
- data source detailsCopyright © 2013–2019. All rights reserved.