Uses of Class
com.sforce.soap.partner.Error

Packages that use Error
com.sforce.soap.partner   
 

Uses of Error in com.sforce.soap.partner
 

Methods in com.sforce.soap.partner that return Error
 Error[] UpsertResult.getErrors()
          Gets the errors value for this UpsertResult.
 Error[] UndeleteResult.getErrors()
          Gets the errors value for this UndeleteResult.
 Error[] SaveResult.getErrors()
          Gets the errors value for this SaveResult.
 Error[] ProcessResult.getErrors()
          Gets the errors value for this ProcessResult.
 Error[] MergeResult.getErrors()
          Gets the errors value for this MergeResult.
 Error[] LeadConvertResult.getErrors()
          Gets the errors value for this LeadConvertResult.
 Error[] InvalidateSessionsResult.getErrors()
          Gets the errors value for this InvalidateSessionsResult.
 Error[] EmptyRecycleBinResult.getErrors()
          Gets the errors value for this EmptyRecycleBinResult.
 Error[] DeleteResult.getErrors()
          Gets the errors value for this DeleteResult.
 Error UpsertResult.getErrors(int i)
           
 Error UndeleteResult.getErrors(int i)
           
 Error SaveResult.getErrors(int i)
           
 Error ProcessResult.getErrors(int i)
           
 Error MergeResult.getErrors(int i)
           
 Error LeadConvertResult.getErrors(int i)
           
 Error InvalidateSessionsResult.getErrors(int i)
           
 Error EmptyRecycleBinResult.getErrors(int i)
           
 Error DeleteResult.getErrors(int i)
           
 

Methods in com.sforce.soap.partner with parameters of type Error
 void UpsertResult.setErrors(Error[] errors)
          Sets the errors value for this UpsertResult.
 void UndeleteResult.setErrors(Error[] errors)
          Sets the errors value for this UndeleteResult.
 void SaveResult.setErrors(Error[] errors)
          Sets the errors value for this SaveResult.
 void ProcessResult.setErrors(Error[] errors)
          Sets the errors value for this ProcessResult.
 void MergeResult.setErrors(Error[] errors)
          Sets the errors value for this MergeResult.
 void LeadConvertResult.setErrors(Error[] errors)
          Sets the errors value for this LeadConvertResult.
 void InvalidateSessionsResult.setErrors(Error[] errors)
          Sets the errors value for this InvalidateSessionsResult.
 void EmptyRecycleBinResult.setErrors(Error[] errors)
          Sets the errors value for this EmptyRecycleBinResult.
 void DeleteResult.setErrors(Error[] errors)
          Sets the errors value for this DeleteResult.
 void UpsertResult.setErrors(int i, Error _value)
           
 void UndeleteResult.setErrors(int i, Error _value)
           
 void SaveResult.setErrors(int i, Error _value)
           
 void ProcessResult.setErrors(int i, Error _value)
           
 void MergeResult.setErrors(int i, Error _value)
           
 void LeadConvertResult.setErrors(int i, Error _value)
           
 void InvalidateSessionsResult.setErrors(int i, Error _value)
           
 void EmptyRecycleBinResult.setErrors(int i, Error _value)
           
 void DeleteResult.setErrors(int i, Error _value)
           
 

Constructors in com.sforce.soap.partner with parameters of type Error
DeleteResult(Error[] errors, java.lang.String id, boolean success)
           
EmptyRecycleBinResult(Error[] errors, java.lang.String id, boolean success)
           
InvalidateSessionsResult(Error[] errors, boolean success)
           
LeadConvertResult(java.lang.String accountId, java.lang.String contactId, Error[] errors, java.lang.String leadId, java.lang.String opportunityId, boolean success)
           
MergeResult(Error[] errors, java.lang.String id, java.lang.String[] mergedRecordIds, boolean success, java.lang.String[] updatedRelatedIds)
           
ProcessResult(java.lang.String[] actorIds, java.lang.String entityId, Error[] errors, java.lang.String instanceId, java.lang.String instanceStatus, java.lang.String[] newWorkitemIds, boolean success)
           
SaveResult(Error[] errors, java.lang.String id, boolean success)
           
UndeleteResult(Error[] errors, java.lang.String id, boolean success)
           
UpsertResult(boolean created, Error[] errors, java.lang.String id, boolean success)
           
 



Copyright © 2009. All Rights Reserved.