Uses of Class
com.sforce.async.AsyncApiException

Packages that use AsyncApiException
com.mulesoft.adapter.cli   
com.sforce.async   
 

Uses of AsyncApiException in com.mulesoft.adapter.cli
 

Methods in com.mulesoft.adapter.cli that throw AsyncApiException
 void WsdlGenerationMain.connect()
          Connect to Salesforce
 

Uses of AsyncApiException in com.sforce.async
 

Methods in com.sforce.async that throw AsyncApiException
 JobInfo RestConnection.abortJob(String jobId)
           
 void BatchRequest.addSObject(SObject object)
           
 void BatchRequest.addSObjects(SObject[] objects)
           
 JobInfo RestConnection.closeJob(String jobId)
           
 BatchInfo BatchRequest.completeRequest()
           
 BatchRequest RestConnection.createBatch(JobInfo job)
           
 BatchInfo RestConnection.createBatchFromDir(JobInfo job, InputStream batchContent, File attachmentDir)
           
 BatchInfo RestConnection.createBatchFromStream(JobInfo jobInfo, InputStream input)
           
 BatchInfo RestConnection.createBatchFromZipStream(JobInfo jobInfo, InputStream zipInput)
           
 BatchInfo RestConnection.createBatchWithFileAttachments(JobInfo jobInfo, InputStream batchContent, File rootDirectory, String... files)
           
 BatchInfo RestConnection.createBatchWithFileAttachments(JobInfo jobInfo, InputStream batchContent, Map<String,File> attachedFiles)
           
 BatchInfo RestConnection.createBatchWithInputStreamAttachments(JobInfo jobInfo, InputStream batchContent, Map<String,InputStream> attachments)
           
 JobInfo RestConnection.createJob(JobInfo job)
           
 JobInfo RestConnection.createJob(String object, String operation)
           
 InputStream RestConnection.doHttpGet(URL url)
           
 BatchInfo RestConnection.getBatchInfo(String jobId, String batchId)
           
 BatchInfoList RestConnection.getBatchInfoList(String jobId)
           
 BatchResult RestConnection.getBatchResult(String jobId, String batchId)
           
 InputStream RestConnection.getBatchResultStream(String jobId, String batchId)
           
 JobInfo RestConnection.getJobStatus(String jobId)
           
 JobInfo RestConnection.updateJob(JobInfo job)
           
 

Constructors in com.sforce.async that throw AsyncApiException
RestConnection(ConnectorConfig config)
           
 



Copyright © 2012. All Rights Reserved.