Uses of Class
org.apache.camel.component.salesforce.api.dto.composite.SObjectBatch
Packages that use SObjectBatch
Package
Description
-
Uses of SObjectBatch in org.apache.camel.component.salesforce.api.dto.composite
Methods in org.apache.camel.component.salesforce.api.dto.composite that return SObjectBatchModifier and TypeMethodDescriptionSObjectBatch.addCreate(AbstractDescribedSObjectBase data) Add create SObject to the batch request.Add delete SObject with identifier to the batch request.SObjectBatch.addGeneric(SObjectBatch.Method method, String url) Generic way to add requests to batch.SObjectBatch.addGeneric(SObjectBatch.Method method, String url, Object richInput) Generic way to add requests to batch withrichInputpayload.Add field retrieval of an SObject by identifier to the batch request.SObjectBatch.addGetByExternalId(String type, String fieldName, String fieldValue) Add field retrieval of an SObject by external identifier to the batch request.SObjectBatch.addGetRelated(String type, String id, String relation, String... fields) Add retrieval of related SObject fields by identifier.SObjectBatch.addLimits()Add retrieval of limits to the batch.Add retrieval of SObject records by query to the batch.SObjectBatch.addQueryAll(String query) Add retrieval of all SObject records by query to the batch.Add retrieval of SObject records by search to the batch.SObjectBatch.addUpdate(String type, String id, AbstractSObjectBase data) Add update of SObject record to the batch.SObjectBatch.addUpdateByExternalId(String type, String fieldName, String fieldValue, AbstractSObjectBase data) Add update of SObject record by external identifier to the batch.SObjectBatch.addUpsertByExternalId(String type, String fieldName, String fieldValue, AbstractSObjectBase data) Add insert or update of SObject record by external identifier to the batch. -
Uses of SObjectBatch in org.apache.camel.component.salesforce.internal.client
Methods in org.apache.camel.component.salesforce.internal.client with parameters of type SObjectBatchModifier and TypeMethodDescriptionvoidCompositeApiClient.submitCompositeBatch(SObjectBatch batch, Map<String, List<String>> headers, CompositeApiClient.ResponseCallback<SObjectBatchResponse> callback) voidDefaultCompositeApiClient.submitCompositeBatch(SObjectBatch batch, Map<String, List<String>> headers, CompositeApiClient.ResponseCallback<SObjectBatchResponse> callback)