Methods in com.sforce.soap.partner that throw UnexpectedErrorFault |
List<LeadConvertResult> |
Soap.convertLead(List<LeadConvert> leadConverts)
|
List<SaveResult> |
Soap.create(List<SObject> sObjects)
|
List<DeleteResult> |
Soap.delete(List<String> ids)
|
List<DescribeDataCategoryGroupResult> |
Soap.describeDataCategoryGroups(List<String> sObjectType)
|
List<DescribeDataCategoryGroupStructureResult> |
Soap.describeDataCategoryGroupStructures(List<DataCategoryGroupSobjectTypePair> pairs,
boolean topCategoriesOnly)
|
DescribeGlobalResult |
Soap.describeGlobal()
|
DescribeLayoutResult |
Soap.describeLayout(String sObjectType,
List<String> recordTypeIds)
|
DescribeSObjectResult |
Soap.describeSObject(String sObjectType)
|
List<DescribeSObjectResult> |
Soap.describeSObjects(List<String> sObjectType)
|
DescribeSoftphoneLayoutResult |
Soap.describeSoftphoneLayout()
|
List<DescribeTabSetResult> |
Soap.describeTabs()
|
List<EmptyRecycleBinResult> |
Soap.emptyRecycleBin(List<String> ids)
|
GetDeletedResult |
Soap.getDeleted(String sObjectType,
XMLGregorianCalendar startDate,
XMLGregorianCalendar endDate)
|
GetServerTimestampResult |
Soap.getServerTimestamp()
|
GetUpdatedResult |
Soap.getUpdated(String sObjectType,
XMLGregorianCalendar startDate,
XMLGregorianCalendar endDate)
|
GetUserInfoResult |
Soap.getUserInfo()
|
List<InvalidateSessionsResult> |
Soap.invalidateSessions(List<String> sessionIds)
|
LoginResult |
Soap.login(String username,
String password)
|
void |
Soap.logout()
|
List<MergeResult> |
Soap.merge(List<MergeRequest> request)
|
List<ProcessResult> |
Soap.process(List<ProcessRequest> actions)
|
QueryResult |
Soap.query(String queryString)
|
QueryResult |
Soap.queryAll(String queryString)
|
QueryResult |
Soap.queryMore(String queryLocator)
|
ResetPasswordResult |
Soap.resetPassword(String userId)
|
List<SObject> |
Soap.retrieve(String fieldList,
String sObjectType,
List<String> ids)
|
SearchResult |
Soap.search(String searchString)
|
List<SendEmailResult> |
Soap.sendEmail(List<Email> messages)
|
SetPasswordResult |
Soap.setPassword(String userId,
String password)
|
List<UndeleteResult> |
Soap.undelete(List<String> ids)
|
List<SaveResult> |
Soap.update(List<SObject> sObjects)
|
List<UpsertResult> |
Soap.upsert(String externalIDFieldName,
List<SObject> sObjects)
|