Mule Salesforce Connector
Install Guide
User Guide
Java API Reference
Mule API Reference
Package Index
|
Class Index
com.sforce.async
com.sforce.bulk
com.sforce.rest
com.sforce.rest.pojo
com.sforce.rest.tools
com.sforce.soap.partner
com.sforce.soap.partner.fault
com.sforce.soap.partner.sobject
com.sforce.ws
com.sforce.ws.bind
com.sforce.ws.parser
com.sforce.ws.template
com.sforce.ws.tools
com.sforce.ws.transport
com.sforce.ws.types
com.sforce.ws.util
com.sforce.ws.wsdl
org.mule.modules.salesforce
org.mule.modules.salesforce.adapters
org.mule.modules.salesforce.config
org.mule.modules.salesforce.processors
org.mule.modules.salesforce.sources
org.mule.modules.salesforce.transformers
Interfaces
RestConnection
Classes
DescribeGlobal
DescribeLayout
DescribeLayout.ChildEntity
DescribeLayout.Field
DescribeSobject
DescribeSobject.SobjectDescribe
QueryResult
RestConnectionImpl
ResultInfo
SearchResult
SObjectResult
Enums
ContentType
RestExceptionCode
Exceptions
RestApiException
Package Index
|
Class Index
Summary:
Methods
|
[Expand All]
public interface
RestConnection
com.sforce.rest.RestConnection
Known Indirect Subclasses
RestConnectionImpl
RestConnectionImpl
RestConnection
Summary
Public Methods
abstract
SObjectResult
create
(
SObject
sobject)
abstract
SObjectResult
delete
(Class<? extends
SObject
> clazz, String id)
abstract
DescribeGlobal
describeGlobal
()
abstract
DescribeLayout
describeLayout
(String sobjectName)
abstract
DescribeSobject
describeSobject
(String sobjectName)
abstract <T extends
SObject
> T
get
(Class<T> clazz, String id)
abstract
QueryResult
query
(String query)
abstract
SearchResult
recent
()
abstract
SearchResult
search
(String search)
abstract
SObjectResult
update
(
SObject
sobject, String id)
Public Methods
public abstract
SObjectResult
create
(
SObject
sobject)
Parameters
sobject
Throws
IOException
RestApiException
public abstract
SObjectResult
delete
(Class<? extends
SObject
> clazz, String id)
Parameters
clazz
id
Throws
IOException
RestApiException
public abstract
DescribeGlobal
describeGlobal
()
Throws
IOException
RestApiException
public abstract
DescribeLayout
describeLayout
(String sobjectName)
Parameters
sobjectName
Throws
IOException
RestApiException
public abstract
DescribeSobject
describeSobject
(String sobjectName)
Parameters
sobjectName
Throws
IOException
RestApiException
public abstract T
get
(Class<T> clazz, String id)
Parameters
clazz
id
Throws
IOException
RestApiException
public abstract
QueryResult
query
(String query)
Parameters
query
Throws
IOException
RestApiException
public abstract
SearchResult
recent
()
Throws
IOException
RestApiException
public abstract
SearchResult
search
(String search)
Parameters
search
Throws
IOException
RestApiException
public abstract
SObjectResult
update
(
SObject
sobject, String id)
Parameters
sobject
id
Throws
IOException
RestApiException