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) |
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) |
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) |
GetDeletedResult |
Soap.getDeleted(String sObjectType,
Calendar startDate,
Calendar endDate)
Get the IDs for deleted sObjects
|
GetDeletedResult |
SoapBindingStub.getDeleted(String sObjectType,
Calendar startDate,
Calendar endDate) |
GetUpdatedResult |
Soap.getUpdated(String sObjectType,
Calendar startDate,
Calendar endDate)
Get the IDs for updated sObjects
|
GetUpdatedResult |
SoapBindingStub.getUpdated(String sObjectType,
Calendar startDate,
Calendar endDate) |
MergeResult[] |
Soap.merge(MergeRequest[] request)
Merge and update a set of sObjects based on object id
|
MergeResult[] |
SoapBindingStub.merge(MergeRequest[] request) |
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) |
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) |
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.