Skip to content
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.

AlfrescoArchive/spring-social-salesforce

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Social Salesforce

Spring Social Salesforce is a Spring Social extension that provides connection support and api binding for Salesforce REST API.

To check out the project and build from source, do the following:

git clone git://github.com/umut/spring-social-salesforce.git
cd spring-social-salesforce
mvn clean install

Supported Operations

  • Retrieve all available api versions
  • Retrieve services supported by a specific version of the api
  • Retrieve the list of sObject's
  • Retrieve summary-metadata of an sObject
  • Retrieve full-metadata of an sObject
  • Retrieve a row from an sObject
  • Retrieve a blob from a row in an sObject
  • Create a new sObject
  • Update an existing sObject
  • Retrieve recent changes feed
  • Execute a SOSL search and retrieve the results (with paging or all)
  • Run a SOQL query and retrieve the results (with paging or all)
  • Retrieve user profile
  • Retrieve user status
  • Update user status