Package | Description |
---|---|
com.sforce.soap.partner |
Modifier and Type | Method and Description |
---|---|
LeadConvertResult[] |
Soap.convertLead(LeadConvert[] leadConverts)
convert a set of leads
|
LeadConvertResult[] |
SoapBindingStub.convertLead(LeadConvert[] leadConverts) |
SaveResult[] |
Soap.create(SObject[] sObjects)
Create a set of new sObjects
|
SaveResult[] |
SoapBindingStub.create(SObject[] sObjects) |
DeleteResult[] |
Soap.delete(String[] ids)
Delete a set of sObjects
|
DeleteResult[] |
SoapBindingStub.delete(String[] ids) |
DescribeDataCategoryGroupResult[] |
Soap.describeDataCategoryGroups(String[] sObjectType)
Describe all the data category groups available for a given
set of types
|
DescribeDataCategoryGroupResult[] |
SoapBindingStub.describeDataCategoryGroups(String[] sObjectType) |
DescribeDataCategoryGroupStructureResult[] |
Soap.describeDataCategoryGroupStructures(DataCategoryGroupSobjectTypePair[] pairs,
boolean topCategoriesOnly)
Describe the data category group structures for a given set
of pair of types and data category group name
|
DescribeDataCategoryGroupStructureResult[] |
SoapBindingStub.describeDataCategoryGroupStructures(DataCategoryGroupSobjectTypePair[] pairs,
boolean topCategoriesOnly) |
DescribeGlobalResult |
Soap.describeGlobal()
Describe the Global state
|
DescribeGlobalResult |
SoapBindingStub.describeGlobal() |
DescribeLayoutResult |
Soap.describeLayout(String sObjectType,
String[] recordTypeIds)
Describe the layout of an sObject
|
DescribeLayoutResult |
SoapBindingStub.describeLayout(String sObjectType,
String[] recordTypeIds) |
DescribeSObjectResult |
Soap.describeSObject(String sObjectType)
Describe an sObject
|
DescribeSObjectResult |
SoapBindingStub.describeSObject(String sObjectType) |
DescribeSObjectResult[] |
Soap.describeSObjects(String[] sObjectType)
Describe a number sObjects
|
DescribeSObjectResult[] |
SoapBindingStub.describeSObjects(String[] sObjectType) |
DescribeSoftphoneLayoutResult |
Soap.describeSoftphoneLayout()
Describe the layout of the SoftPhone
|
DescribeSoftphoneLayoutResult |
SoapBindingStub.describeSoftphoneLayout() |
DescribeTabSetResult[] |
Soap.describeTabs()
Describe the tabs that appear on a users page
|
DescribeTabSetResult[] |
SoapBindingStub.describeTabs() |
EmptyRecycleBinResult[] |
Soap.emptyRecycleBin(String[] ids)
Empty a set of sObjects from the recycle bin
|
EmptyRecycleBinResult[] |
SoapBindingStub.emptyRecycleBin(String[] ids) |
GetDeletedResult |
Soap.getDeleted(String sObjectType,
Calendar startDate,
Calendar endDate)
Get the IDs for deleted sObjects
|
GetDeletedResult |
SoapBindingStub.getDeleted(String sObjectType,
Calendar startDate,
Calendar endDate) |
GetServerTimestampResult |
Soap.getServerTimestamp()
Gets server timestamp
|
GetServerTimestampResult |
SoapBindingStub.getServerTimestamp() |
GetUpdatedResult |
Soap.getUpdated(String sObjectType,
Calendar startDate,
Calendar endDate)
Get the IDs for updated sObjects
|
GetUpdatedResult |
SoapBindingStub.getUpdated(String sObjectType,
Calendar startDate,
Calendar endDate) |
GetUserInfoResult |
Soap.getUserInfo()
Returns standard information relevant to the current user
|
GetUserInfoResult |
SoapBindingStub.getUserInfo() |
InvalidateSessionsResult[] |
Soap.invalidateSessions(String[] sessionIds)
Logs out and invalidates session ids
|
InvalidateSessionsResult[] |
SoapBindingStub.invalidateSessions(String[] sessionIds) |
LoginResult |
Soap.login(String username,
String password)
Login to the Salesforce.com SOAP Api
|
LoginResult |
SoapBindingStub.login(String username,
String password) |
void |
Soap.logout()
Logout the current user, invalidating the current session.
|
void |
SoapBindingStub.logout() |
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) |
QueryResult |
Soap.queryMore(String queryLocator)
Gets the next batch of sObjects from a query
|
QueryResult |
SoapBindingStub.queryMore(String queryLocator) |
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) |
SearchResult |
Soap.search(String searchString)
Search for sObjects
|
SearchResult |
SoapBindingStub.search(String searchString) |
SendEmailResult[] |
Soap.sendEmail(Email[] messages)
Send outbound email
|
SendEmailResult[] |
SoapBindingStub.sendEmail(Email[] messages) |
SetPasswordResult |
Soap.setPassword(String userId,
String password)
Set a user's password
|
SetPasswordResult |
SoapBindingStub.setPassword(String userId,
String password) |
UndeleteResult[] |
Soap.undelete(String[] ids)
Undelete a set of sObjects
|
UndeleteResult[] |
SoapBindingStub.undelete(String[] ids) |
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.