@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.salesforce") public class SalesforceComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Constructor and Description |
|---|
SalesforceComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApexMethod() |
Map<String,Object> |
getApexQueryParams() |
String |
getApexUrl() |
String |
getApiVersion() |
org.apache.camel.component.salesforce.AuthenticationType |
getAuthenticationType() |
Boolean |
getAutowiredEnabled() |
Long |
getBackoffIncrement() |
String |
getBatchId() |
Boolean |
getBridgeErrorHandler() |
String |
getClientId() |
String |
getClientSecret() |
String |
getCompositeMethod() |
org.apache.camel.component.salesforce.SalesforceEndpointConfig |
getConfig() |
org.apache.camel.component.salesforce.api.dto.bulk.ContentType |
getContentType() |
Long |
getDefaultReplayId() |
org.apache.camel.component.salesforce.internal.PayloadFormat |
getFormat() |
org.apache.camel.component.salesforce.SalesforceHttpClient |
getHttpClient() |
Long |
getHttpClientConnectionTimeout() |
Long |
getHttpClientIdleTimeout() |
Map<String,Object> |
getHttpClientProperties() |
Integer |
getHttpMaxContentLength() |
String |
getHttpProxyAuthUri() |
Set<String> |
getHttpProxyExcludedAddresses() |
String |
getHttpProxyHost() |
Set<String> |
getHttpProxyIncludedAddresses() |
String |
getHttpProxyPassword() |
Integer |
getHttpProxyPort() |
String |
getHttpProxyRealm() |
Boolean |
getHttpProxySecure() |
Boolean |
getHttpProxySocks4() |
Boolean |
getHttpProxyUseDigestAuth() |
String |
getHttpProxyUsername() |
Integer |
getHttpRequestBufferSize() |
Boolean |
getIncludeDetails() |
Map<String,Long> |
getInitialReplayIdMap() |
String |
getInstanceId() |
String |
getInstanceUrl() |
String |
getJobId() |
org.apache.camel.support.jsse.KeyStoreParameters |
getKeystore() |
Boolean |
getLazyLogin() |
Boolean |
getLazyStartProducer() |
Integer |
getLimit() |
org.apache.camel.component.salesforce.SalesforceLoginConfig |
getLoginConfig() |
String |
getLoginUrl() |
Map<String,Object> |
getLongPollingTransportProperties() |
Long |
getMaxBackoff() |
org.apache.camel.component.salesforce.NotFoundBehaviour |
getNotFoundBehaviour() |
org.apache.camel.component.salesforce.internal.dto.NotifyForFieldsEnum |
getNotifyForFields() |
Boolean |
getNotifyForOperationCreate() |
Boolean |
getNotifyForOperationDelete() |
org.apache.camel.component.salesforce.internal.dto.NotifyForOperationsEnum |
getNotifyForOperations() |
Boolean |
getNotifyForOperationUndelete() |
Boolean |
getNotifyForOperationUpdate() |
com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper() |
String |
getPackages() |
String |
getPassword() |
Boolean |
getRawPayload() |
String |
getRefreshToken() |
String |
getReportId() |
org.apache.camel.component.salesforce.api.dto.analytics.reports.ReportMetadata |
getReportMetadata() |
String |
getResultId() |
String |
getSObjectBlobFieldName() |
String |
getSObjectClass() |
String |
getSObjectFields() |
String |
getSObjectId() |
String |
getSObjectIdName() |
String |
getSObjectIdValue() |
String |
getSObjectName() |
String |
getSObjectQuery() |
String |
getSObjectSearch() |
org.apache.camel.support.jsse.SSLContextParameters |
getSslContextParameters() |
Boolean |
getUpdateTopic() |
Boolean |
getUseGlobalSslContextParameters() |
String |
getUserName() |
Integer |
getWorkerPoolMaxSize() |
Integer |
getWorkerPoolSize() |
void |
setApexMethod(String apexMethod) |
void |
setApexQueryParams(Map<String,Object> apexQueryParams) |
void |
setApexUrl(String apexUrl) |
void |
setApiVersion(String apiVersion) |
void |
setAuthenticationType(org.apache.camel.component.salesforce.AuthenticationType authenticationType) |
void |
setAutowiredEnabled(Boolean autowiredEnabled) |
void |
setBackoffIncrement(Long backoffIncrement) |
void |
setBatchId(String batchId) |
void |
setBridgeErrorHandler(Boolean bridgeErrorHandler) |
void |
setClientId(String clientId) |
void |
setClientSecret(String clientSecret) |
void |
setCompositeMethod(String compositeMethod) |
void |
setConfig(org.apache.camel.component.salesforce.SalesforceEndpointConfig config) |
void |
setContentType(org.apache.camel.component.salesforce.api.dto.bulk.ContentType contentType) |
void |
setDefaultReplayId(Long defaultReplayId) |
void |
setFormat(org.apache.camel.component.salesforce.internal.PayloadFormat format) |
void |
setHttpClient(org.apache.camel.component.salesforce.SalesforceHttpClient httpClient) |
void |
setHttpClientConnectionTimeout(Long httpClientConnectionTimeout) |
void |
setHttpClientIdleTimeout(Long httpClientIdleTimeout) |
void |
setHttpClientProperties(Map<String,Object> httpClientProperties) |
void |
setHttpMaxContentLength(Integer httpMaxContentLength) |
void |
setHttpProxyAuthUri(String httpProxyAuthUri) |
void |
setHttpProxyExcludedAddresses(Set<String> httpProxyExcludedAddresses) |
void |
setHttpProxyHost(String httpProxyHost) |
void |
setHttpProxyIncludedAddresses(Set<String> httpProxyIncludedAddresses) |
void |
setHttpProxyPassword(String httpProxyPassword) |
void |
setHttpProxyPort(Integer httpProxyPort) |
void |
setHttpProxyRealm(String httpProxyRealm) |
void |
setHttpProxySecure(Boolean httpProxySecure) |
void |
setHttpProxySocks4(Boolean httpProxySocks4) |
void |
setHttpProxyUseDigestAuth(Boolean httpProxyUseDigestAuth) |
void |
setHttpProxyUsername(String httpProxyUsername) |
void |
setHttpRequestBufferSize(Integer httpRequestBufferSize) |
void |
setIncludeDetails(Boolean includeDetails) |
void |
setInitialReplayIdMap(Map<String,Long> initialReplayIdMap) |
void |
setInstanceId(String instanceId) |
void |
setInstanceUrl(String instanceUrl) |
void |
setJobId(String jobId) |
void |
setKeystore(org.apache.camel.support.jsse.KeyStoreParameters keystore) |
void |
setLazyLogin(Boolean lazyLogin) |
void |
setLazyStartProducer(Boolean lazyStartProducer) |
void |
setLimit(Integer limit) |
void |
setLoginConfig(org.apache.camel.component.salesforce.SalesforceLoginConfig loginConfig) |
void |
setLoginUrl(String loginUrl) |
void |
setLongPollingTransportProperties(Map<String,Object> longPollingTransportProperties) |
void |
setMaxBackoff(Long maxBackoff) |
void |
setNotFoundBehaviour(org.apache.camel.component.salesforce.NotFoundBehaviour notFoundBehaviour) |
void |
setNotifyForFields(org.apache.camel.component.salesforce.internal.dto.NotifyForFieldsEnum notifyForFields) |
void |
setNotifyForOperationCreate(Boolean notifyForOperationCreate) |
void |
setNotifyForOperationDelete(Boolean notifyForOperationDelete) |
void |
setNotifyForOperations(org.apache.camel.component.salesforce.internal.dto.NotifyForOperationsEnum notifyForOperations) |
void |
setNotifyForOperationUndelete(Boolean notifyForOperationUndelete) |
void |
setNotifyForOperationUpdate(Boolean notifyForOperationUpdate) |
void |
setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
void |
setPackages(String packages) |
void |
setPassword(String password) |
void |
setRawPayload(Boolean rawPayload) |
void |
setRefreshToken(String refreshToken) |
void |
setReportId(String reportId) |
void |
setReportMetadata(org.apache.camel.component.salesforce.api.dto.analytics.reports.ReportMetadata reportMetadata) |
void |
setResultId(String resultId) |
void |
setSObjectBlobFieldName(String sObjectBlobFieldName) |
void |
setSObjectClass(String sObjectClass) |
void |
setSObjectFields(String sObjectFields) |
void |
setSObjectId(String sObjectId) |
void |
setSObjectIdName(String sObjectIdName) |
void |
setSObjectIdValue(String sObjectIdValue) |
void |
setSObjectName(String sObjectName) |
void |
setSObjectQuery(String sObjectQuery) |
void |
setSObjectSearch(String sObjectSearch) |
void |
setSslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) |
void |
setUpdateTopic(Boolean updateTopic) |
void |
setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters) |
void |
setUserName(String userName) |
void |
setWorkerPoolMaxSize(Integer workerPoolMaxSize) |
void |
setWorkerPoolSize(Integer workerPoolSize) |
public String getApexMethod()
public void setApexMethod(String apexMethod)
public String getApiVersion()
public void setApiVersion(String apiVersion)
public Long getBackoffIncrement()
public void setBackoffIncrement(Long backoffIncrement)
public String getBatchId()
public void setBatchId(String batchId)
public org.apache.camel.component.salesforce.api.dto.bulk.ContentType getContentType()
public void setContentType(org.apache.camel.component.salesforce.api.dto.bulk.ContentType contentType)
public Long getDefaultReplayId()
public void setDefaultReplayId(Long defaultReplayId)
public org.apache.camel.component.salesforce.internal.PayloadFormat getFormat()
public void setFormat(org.apache.camel.component.salesforce.internal.PayloadFormat format)
public org.apache.camel.component.salesforce.SalesforceHttpClient getHttpClient()
public void setHttpClient(org.apache.camel.component.salesforce.SalesforceHttpClient httpClient)
public Long getHttpClientConnectionTimeout()
public void setHttpClientConnectionTimeout(Long httpClientConnectionTimeout)
public Long getHttpClientIdleTimeout()
public void setHttpClientIdleTimeout(Long httpClientIdleTimeout)
public Integer getHttpMaxContentLength()
public void setHttpMaxContentLength(Integer httpMaxContentLength)
public Integer getHttpRequestBufferSize()
public void setHttpRequestBufferSize(Integer httpRequestBufferSize)
public Boolean getIncludeDetails()
public void setIncludeDetails(Boolean includeDetails)
public String getInstanceId()
public void setInstanceId(String instanceId)
public String getJobId()
public void setJobId(String jobId)
public Integer getLimit()
public void setLimit(Integer limit)
public Long getMaxBackoff()
public void setMaxBackoff(Long maxBackoff)
public org.apache.camel.component.salesforce.NotFoundBehaviour getNotFoundBehaviour()
public void setNotFoundBehaviour(org.apache.camel.component.salesforce.NotFoundBehaviour notFoundBehaviour)
public org.apache.camel.component.salesforce.internal.dto.NotifyForFieldsEnum getNotifyForFields()
public void setNotifyForFields(org.apache.camel.component.salesforce.internal.dto.NotifyForFieldsEnum notifyForFields)
public Boolean getNotifyForOperationCreate()
public void setNotifyForOperationCreate(Boolean notifyForOperationCreate)
public Boolean getNotifyForOperationDelete()
public void setNotifyForOperationDelete(Boolean notifyForOperationDelete)
public org.apache.camel.component.salesforce.internal.dto.NotifyForOperationsEnum getNotifyForOperations()
public void setNotifyForOperations(org.apache.camel.component.salesforce.internal.dto.NotifyForOperationsEnum notifyForOperations)
public Boolean getNotifyForOperationUndelete()
public void setNotifyForOperationUndelete(Boolean notifyForOperationUndelete)
public Boolean getNotifyForOperationUpdate()
public void setNotifyForOperationUpdate(Boolean notifyForOperationUpdate)
public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
public void setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public String getPackages()
public void setPackages(String packages)
public Boolean getRawPayload()
public void setRawPayload(Boolean rawPayload)
public String getReportId()
public void setReportId(String reportId)
public org.apache.camel.component.salesforce.api.dto.analytics.reports.ReportMetadata getReportMetadata()
public void setReportMetadata(org.apache.camel.component.salesforce.api.dto.analytics.reports.ReportMetadata reportMetadata)
public String getResultId()
public void setResultId(String resultId)
public String getSObjectBlobFieldName()
public void setSObjectBlobFieldName(String sObjectBlobFieldName)
public String getSObjectClass()
public void setSObjectClass(String sObjectClass)
public String getSObjectFields()
public void setSObjectFields(String sObjectFields)
public String getSObjectId()
public void setSObjectId(String sObjectId)
public String getSObjectIdName()
public void setSObjectIdName(String sObjectIdName)
public String getSObjectIdValue()
public void setSObjectIdValue(String sObjectIdValue)
public String getSObjectName()
public void setSObjectName(String sObjectName)
public String getSObjectQuery()
public void setSObjectQuery(String sObjectQuery)
public String getSObjectSearch()
public void setSObjectSearch(String sObjectSearch)
public Boolean getUpdateTopic()
public void setUpdateTopic(Boolean updateTopic)
public org.apache.camel.component.salesforce.SalesforceEndpointConfig getConfig()
public void setConfig(org.apache.camel.component.salesforce.SalesforceEndpointConfig config)
public void setHttpClientProperties(Map<String,Object> httpClientProperties)
public void setLongPollingTransportProperties(Map<String,Object> longPollingTransportProperties)
public Integer getWorkerPoolMaxSize()
public void setWorkerPoolMaxSize(Integer workerPoolMaxSize)
public Integer getWorkerPoolSize()
public void setWorkerPoolSize(Integer workerPoolSize)
public Boolean getBridgeErrorHandler()
public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
public String getApexUrl()
public void setApexUrl(String apexUrl)
public String getCompositeMethod()
public void setCompositeMethod(String compositeMethod)
public Boolean getLazyStartProducer()
public void setLazyStartProducer(Boolean lazyStartProducer)
public Boolean getAutowiredEnabled()
public void setAutowiredEnabled(Boolean autowiredEnabled)
public void setHttpProxyExcludedAddresses(Set<String> httpProxyExcludedAddresses)
public String getHttpProxyHost()
public void setHttpProxyHost(String httpProxyHost)
public void setHttpProxyIncludedAddresses(Set<String> httpProxyIncludedAddresses)
public Integer getHttpProxyPort()
public void setHttpProxyPort(Integer httpProxyPort)
public Boolean getHttpProxySocks4()
public void setHttpProxySocks4(Boolean httpProxySocks4)
public org.apache.camel.component.salesforce.AuthenticationType getAuthenticationType()
public void setAuthenticationType(org.apache.camel.component.salesforce.AuthenticationType authenticationType)
public String getClientId()
public void setClientId(String clientId)
public String getClientSecret()
public void setClientSecret(String clientSecret)
public String getHttpProxyAuthUri()
public void setHttpProxyAuthUri(String httpProxyAuthUri)
public String getHttpProxyPassword()
public void setHttpProxyPassword(String httpProxyPassword)
public String getHttpProxyRealm()
public void setHttpProxyRealm(String httpProxyRealm)
public Boolean getHttpProxySecure()
public void setHttpProxySecure(Boolean httpProxySecure)
public Boolean getHttpProxyUseDigestAuth()
public void setHttpProxyUseDigestAuth(Boolean httpProxyUseDigestAuth)
public String getHttpProxyUsername()
public void setHttpProxyUsername(String httpProxyUsername)
public String getInstanceUrl()
public void setInstanceUrl(String instanceUrl)
public org.apache.camel.support.jsse.KeyStoreParameters getKeystore()
public void setKeystore(org.apache.camel.support.jsse.KeyStoreParameters keystore)
public Boolean getLazyLogin()
public void setLazyLogin(Boolean lazyLogin)
public org.apache.camel.component.salesforce.SalesforceLoginConfig getLoginConfig()
public void setLoginConfig(org.apache.camel.component.salesforce.SalesforceLoginConfig loginConfig)
public String getLoginUrl()
public void setLoginUrl(String loginUrl)
public String getPassword()
public void setPassword(String password)
public String getRefreshToken()
public void setRefreshToken(String refreshToken)
public org.apache.camel.support.jsse.SSLContextParameters getSslContextParameters()
public void setSslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
public Boolean getUseGlobalSslContextParameters()
public void setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters)
public String getUserName()
public void setUserName(String userName)
Apache Camel