You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/09/27 06:40:50 UTC

[camel] branch master updated: FUSEDOC-2261 Added information for the missing Rest and Bulk APIs. (#2537)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ff9995  FUSEDOC-2261 Added information for the missing Rest and Bulk APIs. (#2537)
7ff9995 is described below

commit 7ff9995b1767ad4438c3f4975411915263f2c5e0
Author: nshendye <ns...@users.noreply.github.com>
AuthorDate: Thu Sep 27 12:10:45 2018 +0530

    FUSEDOC-2261 Added information for the missing Rest and Bulk APIs. (#2537)
---
 .../src/main/docs/salesforce-component.adoc                       | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc b/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
index 196bed1..1608b0b 100644
--- a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
+++ b/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
@@ -140,6 +140,9 @@ results) using result link returned from the 'query' API
 * composite - submit up to 25 possibly related REST requests and receive individual responses
 * composite-tree - create up to 200 records with parent-child relationships (up to 5 levels) in one go
 * composite-batch - submit a composition of requests in batch
+* queryAll - Runs a SOQL query. It returns the results that are deleted because of a merge or delete. Also returns the  information about archived Task and Event records.
+* getBlobField - Retrieves the specified blob field from an individual record.
+* apexCall - Executes a user defined APEX REST API call.
 
 For example, the following producer endpoint uses the upsertSObject API,
 with the sObjectIdName parameter specifying 'Name' as the external id
@@ -179,6 +182,11 @@ You can use the following for `operationName`:
 * createBatchQuery - Creates a Batch from an SOQL query
 * getQueryResultIds - Gets a list of Result Ids for a Batch Query
 * getQueryResult - Gets results for a Result Id
+* getRecentReports - Gets up to 200 of the reports you most recently viewed by sending a GET request to the Report List resource.
+* executeSyncReport - Runs a report synchronously with or without changing filters and returns the latest summary data.
+* executeAsyncReport - Runs an instance of a report asynchronously with or without filters and returns the summary data with or without details.
+* getReportInstances - Returns a list of instances for a report that you requested to be run asynchronously. Each item in the list is treated as a separate instance of the report.
+* getReportResults: Contains the results of running a report.
 
 For example, the following producer endpoint uses the createBatch API to
 create a Job Batch. The in message must contain a body that can be converted into an