| java.lang.Object | |
| ↳ | org.mule.modules.salesforce.SalesforceUtils |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Converts a Salesforce object map to Bulk API SObject
| |||||||||||
Creates a Salesforce Async Sobject (Bulk API) array from a List of Maps
| |||||||||||
Converts a Salesforce XML Object to Map
| |||||||||||
Converts a Salesforce object map to SObject using the given type
| |||||||||||
Creates a Salesforce SObject array from a List of Maps
| |||||||||||
Enforce map keys are converted to String to comply with generic signature in toSObject
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Converts a Salesforce object map to Bulk API SObject
| map | Salesforce object fields |
|---|---|
| batchSobjectMaxDepth | Async SObject recursive MAX_DEPTH check |
Creates a Salesforce Async Sobject (Bulk API) array from a List of Maps
| objects | List of maps with Salesforce objects fields |
|---|---|
| batchSobjectMaxDepth | Async SObject recursive MAX_DEPTH check |
Converts a Salesforce XML Object to Map
| xmlObject | Salesforce XML Object |
|---|
Converts a Salesforce object map to SObject using the given type
| type | Salesforce Object Type |
|---|---|
| map | Object fields |
Creates a Salesforce SObject array from a List of Maps
| type | Salesforce Object type |
|---|---|
| objects | List of maps with Salesforce objects fields |
Enforce map keys are converted to String to comply with generic signature in toSObject
| map |
|---|
| object |
|---|
| object |
|---|