Uses of Class
com.avoka.component.salesforce.SalesForceConnection
Packages that use 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
Methods in com.avoka.component.salesforce that return SalesForceConnectionModifier and TypeMethodDescriptionSalesForceClient.getSalesForceConnection()
Return the SalesForce Connection.Methods in com.avoka.component.salesforce with parameters of type SalesForceConnectionModifier and TypeMethodDescriptionvoid
SalesForceClient.setSalesForceConnection
(SalesForceConnection salesForceConnection) Set the SalesForce Connection.Constructors in com.avoka.component.salesforce with parameters of type SalesForceConnectionModifierConstructorDescriptionSalesForceException
(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
Constructors in com.avoka.component.salesforce.service with parameters of type SalesForceConnectionModifierConstructorDescriptionQuery
(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
Methods in com.avoka.fc.core.service.salesforce that return SalesForceConnectionModifier and TypeMethodDescriptionSalesForceClient.getSalesForceConnection()
Return the SalesForce Connection.