Uses of Interface
org.apache.unomi.sfdc.services.SFDCService
- 
Packages that use SFDCService Package Description org.apache.unomi.sfdc.actions org.apache.unomi.sfdc.rest org.apache.unomi.sfdc.services.internal  - 
- 
Uses of SFDCService in org.apache.unomi.sfdc.actions
Methods in org.apache.unomi.sfdc.actions with parameters of type SFDCService Modifier and Type Method Description voidCreateOrUpdateLeadAction. setSfdcService(SFDCService sfdcService)voidUpdateProfileFromLeadAction. setSfdcService(SFDCService sfdcService) - 
Uses of SFDCService in org.apache.unomi.sfdc.rest
Methods in org.apache.unomi.sfdc.rest with parameters of type SFDCService Modifier and Type Method Description voidSFDCEndPoint. setSfdcService(SFDCService sfdcService)voidSFDCEndPoint. setSFDCService(SFDCService sfdcService) - 
Uses of SFDCService in org.apache.unomi.sfdc.services.internal
Classes in org.apache.unomi.sfdc.services.internal that implement SFDCService Modifier and Type Class Description classSFDCServiceImplImplementation of the Salesforce connector interface 
 -