Package com.sforce.soap.partner
Interface IPartnerConnectionWrapper
-
- All Known Implementing Classes:
PartnerConnectionWrapper
public interface IPartnerConnectionWrapperThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
-
-
-
Method Detail
-
describeAllTabs
IDescribeTab[] describeAllTabs() throws ConnectionException
- Throws:
ConnectionException
-
describeDataCategoryGroupStructures
IDescribeDataCategoryGroupStructureResult[] describeDataCategoryGroupStructures(IDataCategoryGroupSobjectTypePair[] pairs, boolean topCategoriesOnly) throws ConnectionException
- Throws:
ConnectionException
-
describeDataCategoryGroups
IDescribeDataCategoryGroupResult[] describeDataCategoryGroups(String[] sObjectType) throws ConnectionException
- Throws:
ConnectionException
-
findDuplicates
IFindDuplicatesResult[] findDuplicates(ISObject[] sObjects) throws ConnectionException
- Throws:
ConnectionException
-
process
IProcessResult[] process(IProcessRequest[] actions) throws ConnectionException
- Throws:
ConnectionException
-
describeGlobal
IDescribeGlobalResult describeGlobal() throws ConnectionException
- Throws:
ConnectionException
-
getUserInfo
IGetUserInfoResult getUserInfo() throws ConnectionException
- Throws:
ConnectionException
-
describeGlobalTheme
IDescribeGlobalTheme describeGlobalTheme() throws ConnectionException
- Throws:
ConnectionException
-
describeApprovalLayout
IDescribeApprovalLayoutResult describeApprovalLayout(String sObjectType, String[] approvalProcessNames) throws ConnectionException
- Throws:
ConnectionException
-
describePrimaryCompactLayouts
IDescribeCompactLayout[] describePrimaryCompactLayouts(String[] sObjectTypes) throws ConnectionException
- Throws:
ConnectionException
-
queryMore
IQueryResult queryMore(String queryLocator) throws ConnectionException
- Throws:
ConnectionException
-
describeSearchableEntities
IDescribeSearchableEntityResult[] describeSearchableEntities(boolean includeOnlyEntitiesWithTabs) throws ConnectionException
- Throws:
ConnectionException
-
describeLayout
IDescribeLayoutResult describeLayout(String sObjectType, String layoutName, String[] recordTypeIds) throws ConnectionException
- Throws:
ConnectionException
-
describeAppMenu
IDescribeAppMenuResult describeAppMenu(AppMenuType appMenuType, String networkId) throws ConnectionException
- Throws:
ConnectionException
-
describeLookupLayouts
IDescribeLookupLayoutResult[] describeLookupLayouts(String[] sObjectType) throws ConnectionException
- Throws:
ConnectionException
-
convertLead
ILeadConvertResult[] convertLead(ILeadConvert[] leadConverts) throws ConnectionException
- Throws:
ConnectionException
-
describeSObjectListViews
IDescribeSoqlListViewResult describeSObjectListViews(String sObjectType, boolean recentsOnly, ListViewIsSoqlCompatible isSoqlCompatible, int limit, int offset) throws ConnectionException
- Throws:
ConnectionException
-
delete
IDeleteResult[] delete(String[] ids) throws ConnectionException
- Throws:
ConnectionException
-
login
ILoginResult login(String username, String password) throws ConnectionException
- Throws:
ConnectionException
-
queryAll
IQueryResult queryAll(String queryString) throws ConnectionException
- Throws:
ConnectionException
-
update
ISaveResult[] update(ISObject[] sObjects) throws ConnectionException
- Throws:
ConnectionException
-
emptyRecycleBin
IEmptyRecycleBinResult[] emptyRecycleBin(String[] ids) throws ConnectionException
- Throws:
ConnectionException
-
describeCompactLayouts
IDescribeCompactLayoutsResult describeCompactLayouts(String sObjectType, String[] recordTypeIds) throws ConnectionException
- Throws:
ConnectionException
-
changeOwnPassword
IChangeOwnPasswordResult changeOwnPassword(String oldPassword, String newPassword) throws ConnectionException
- Throws:
ConnectionException
-
describeSoqlListViews
IDescribeSoqlListViewResult describeSoqlListViews(IDescribeSoqlListViewsRequest request) throws ConnectionException
- Throws:
ConnectionException
-
describePathAssistants
IDescribePathAssistantsResult describePathAssistants(String sObjectType, String picklistValue, String[] recordTypeIds) throws ConnectionException
- Throws:
ConnectionException
-
describeAvailableQuickActions
IDescribeAvailableQuickActionResult[] describeAvailableQuickActions(String contextType) throws ConnectionException
- Throws:
ConnectionException
-
getDeleted
IGetDeletedResult getDeleted(String sObjectType, Calendar startDate, Calendar endDate) throws ConnectionException
- Throws:
ConnectionException
-
describeTabs
IDescribeTabSetResult[] describeTabs() throws ConnectionException
- Throws:
ConnectionException
-
retrieveMassQuickActionTemplates
IQuickActionTemplateResult[] retrieveMassQuickActionTemplates(String quickActionName, String[] contextIds) throws ConnectionException
- Throws:
ConnectionException
-
search
ISearchResult search(String searchString) throws ConnectionException
- Throws:
ConnectionException
-
sendEmail
ISendEmailResult[] sendEmail(IEmail[] messages) throws ConnectionException
- Throws:
ConnectionException
-
getUpdated
IGetUpdatedResult getUpdated(String sObjectType, Calendar startDate, Calendar endDate) throws ConnectionException
- Throws:
ConnectionException
-
sendEmailMessage
ISendEmailResult[] sendEmailMessage(String[] ids) throws ConnectionException
- Throws:
ConnectionException
-
describeQuickActionsForRecordType
IDescribeQuickActionResult[] describeQuickActionsForRecordType(String[] quickActions, String recordTypeId) throws ConnectionException
- Throws:
ConnectionException
-
renderEmailTemplate
IRenderEmailTemplateResult[] renderEmailTemplate(IRenderEmailTemplateRequest[] renderRequests) throws ConnectionException
- Throws:
ConnectionException
-
upsert
IUpsertResult[] upsert(String externalIDFieldName, ISObject[] sObjects) throws ConnectionException
- Throws:
ConnectionException
-
query
IQueryResult query(String queryString) throws ConnectionException
- Throws:
ConnectionException
-
describeQuickActions
IDescribeQuickActionResult[] describeQuickActions(String[] quickActions) throws ConnectionException
- Throws:
ConnectionException
-
performQuickActions
IPerformQuickActionResult[] performQuickActions(IPerformQuickActionRequest[] quickActions) throws ConnectionException
- Throws:
ConnectionException
-
describeSObjects
IDescribeSObjectResult[] describeSObjects(String[] sObjectType) throws ConnectionException
- Throws:
ConnectionException
-
describeKnowledgeSettings
IKnowledgeSettings describeKnowledgeSettings() throws ConnectionException
- Throws:
ConnectionException
-
undelete
IUndeleteResult[] undelete(String[] ids) throws ConnectionException
- Throws:
ConnectionException
-
retrieve
ISObject[] retrieve(String fieldList, String sObjectType, String[] ids) throws ConnectionException
- Throws:
ConnectionException
-
describeTheme
IDescribeThemeResult describeTheme(String[] sobjectType) throws ConnectionException
- Throws:
ConnectionException
-
deleteByExample
IDeleteByExampleResult[] deleteByExample(ISObject[] sObjects) throws ConnectionException
- Throws:
ConnectionException
-
describeNouns
IDescribeNounResult[] describeNouns(String[] nouns, boolean onlyRenamed, boolean includeFields) throws ConnectionException
- Throws:
ConnectionException
-
findDuplicatesByIds
IFindDuplicatesResult[] findDuplicatesByIds(String[] ids) throws ConnectionException
- Throws:
ConnectionException
-
executeListView
IExecuteListViewResult executeListView(IExecuteListViewRequest request) throws ConnectionException
- Throws:
ConnectionException
-
renderStoredEmailTemplate
IRenderStoredEmailTemplateResult renderStoredEmailTemplate(IRenderStoredEmailTemplateRequest request) throws ConnectionException
- Throws:
ConnectionException
-
describeVisualForce
IDescribeVisualForceResult describeVisualForce(boolean includeAllDetails, String namespacePrefix) throws ConnectionException
- Throws:
ConnectionException
-
describeSObject
IDescribeSObjectResult describeSObject(String sObjectType) throws ConnectionException
- Throws:
ConnectionException
-
getServerTimestamp
IGetServerTimestampResult getServerTimestamp() throws ConnectionException
- Throws:
ConnectionException
-
retrieveQuickActionTemplates
IQuickActionTemplateResult[] retrieveQuickActionTemplates(String[] quickActionNames, String contextId) throws ConnectionException
- Throws:
ConnectionException
-
setPassword
ISetPasswordResult setPassword(String userId, String password) throws ConnectionException
- Throws:
ConnectionException
-
resetPassword
IResetPasswordResult resetPassword(String userId) throws ConnectionException
- Throws:
ConnectionException
-
describeSoftphoneLayout
IDescribeSoftphoneLayoutResult describeSoftphoneLayout() throws ConnectionException
- Throws:
ConnectionException
-
create
ISaveResult[] create(ISObject[] sObjects) throws ConnectionException
- Throws:
ConnectionException
-
describeSearchLayouts
IDescribeSearchLayoutResult[] describeSearchLayouts(String[] sObjectType) throws ConnectionException
- Throws:
ConnectionException
-
merge
IMergeResult[] merge(IMergeRequest[] request) throws ConnectionException
- Throws:
ConnectionException
-
invalidateSessions
IInvalidateSessionsResult[] invalidateSessions(String[] sessionIds) throws ConnectionException
- Throws:
ConnectionException
-
describeListViews
IDescribeListViewResult[] describeListViews(String[] sObjectType) throws ConnectionException
- Throws:
ConnectionException
-
describeDataCategoryMappings
IDescribeDataCategoryMappingResult[] describeDataCategoryMappings() throws ConnectionException
- Throws:
ConnectionException
-
logout
void logout() throws ConnectionException- Throws:
ConnectionException
-
describeSearchScopeOrder
IDescribeSearchScopeOrderResult[] describeSearchScopeOrder(boolean includeRealTimeEntities) throws ConnectionException
- Throws:
ConnectionException
-
-