com.mulesoft.adapter.module.salesforce
Class Results
java.lang.Object
com.mulesoft.adapter.module.salesforce.Results
public final class Results
- extends Object
Helper methods for *Result.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
throwIfSaveNotSuccessful
public static void throwIfSaveNotSuccessful(List<com.sforce.soap.partner.SaveResult> results)
throws javax.resource.ResourceException
- Parameters:
results -
- Throws:
javax.resource.ResourceException
throwIfUpsertNotSuccessful
public static void throwIfUpsertNotSuccessful(List<com.sforce.soap.partner.UpsertResult> results)
throws javax.resource.ResourceException
- Parameters:
results -
- Throws:
javax.resource.ResourceException
throwIfDeleteNotSuccessful
public static void throwIfDeleteNotSuccessful(List<com.sforce.soap.partner.DeleteResult> results)
throws javax.resource.ResourceException
- Parameters:
results -
- Throws:
javax.resource.ResourceException
Copyright © 2012. All Rights Reserved.