Package | Description |
---|---|
com.sforce.soap.partner |
Modifier and Type | Method and Description |
---|---|
SaveResult[] |
Soap.create(SObject[] sObjects)
Create a set of new sObjects
|
SaveResult[] |
SoapBindingStub.create(SObject[] sObjects) |
DescribeLayoutResult |
Soap.describeLayout(String sObjectType,
String[] recordTypeIds)
Describe the layout of an sObject
|
DescribeLayoutResult |
SoapBindingStub.describeLayout(String sObjectType,
String[] recordTypeIds) |
LoginResult |
Soap.login(String username,
String password)
Login to the Salesforce.com SOAP Api
|
LoginResult |
SoapBindingStub.login(String username,
String password) |
MergeResult[] |
Soap.merge(MergeRequest[] request)
Merge and update a set of sObjects based on object id
|
MergeResult[] |
SoapBindingStub.merge(MergeRequest[] request) |
ProcessResult[] |
Soap.process(ProcessRequest[] actions)
Submit an entity to a workflow process or process a workitem
|
ProcessResult[] |
SoapBindingStub.process(ProcessRequest[] actions) |
QueryResult |
Soap.query(String queryString)
Create a Query Cursor
|
QueryResult |
SoapBindingStub.query(String queryString) |
QueryResult |
Soap.queryAll(String queryString)
Create a Query Cursor, including deleted sObjects
|
QueryResult |
SoapBindingStub.queryAll(String queryString) |
ResetPasswordResult |
Soap.resetPassword(String userId)
Reset a user's password
|
ResetPasswordResult |
SoapBindingStub.resetPassword(String userId) |
SObject[] |
Soap.retrieve(String fieldList,
String sObjectType,
String[] ids)
Get a set of sObjects
|
SObject[] |
SoapBindingStub.retrieve(String fieldList,
String sObjectType,
String[] ids) |
SetPasswordResult |
Soap.setPassword(String userId,
String password)
Set a user's password
|
SetPasswordResult |
SoapBindingStub.setPassword(String userId,
String password) |
SaveResult[] |
Soap.update(SObject[] sObjects)
Update a set of sObjects
|
SaveResult[] |
SoapBindingStub.update(SObject[] sObjects) |
UpsertResult[] |
Soap.upsert(String externalIDFieldName,
SObject[] sObjects)
Update or insert a set of sObjects based on object id
|
UpsertResult[] |
SoapBindingStub.upsert(String externalIDFieldName,
SObject[] sObjects) |
Copyright © 2014. All rights reserved.