Uses of Class
com.avoka.component.salesforce.SalesForceConnection
Package
Description
Provides SalesForce integration classes.
Provides SalesForce REST API service classes.
Provides a SalesForce integration client.
-
Uses of SalesForceConnection in com.avoka.component.salesforce
Modifier and TypeMethodDescriptionSalesForceClient.getSalesForceConnection()
Return the SalesForce Connection.Modifier and TypeMethodDescriptionvoid
SalesForceClient.setSalesForceConnection
(SalesForceConnection salesForceConnection) Set the SalesForce Connection.ModifierConstructorDescriptionSalesForceException
(String response, String operation, SalesForceConnection connection) Create a SalesForce service exception with the given response, operation and connection.SalesForceException
(Throwable cause, String operation, SalesForceConnection connection) Create a SalesForce service exception with the given cause, operation and connection. -
Uses of SalesForceConnection in com.avoka.component.salesforce.service
ModifierConstructorDescriptionQuery
(SalesForceConnection salesForceConnection) Create a new SalseForce REST API Query object with the given SalesForce connection.SObject
(SalesForceConnection salesForceConnection) Create a new SalseForce REST API SObject object with the given SalesForce connection. -
Uses of SalesForceConnection in com.avoka.fc.core.service.salesforce
Modifier and TypeMethodDescriptionSalesForceClient.getSalesForceConnection()
Return the SalesForce Connection.