Uses of Class
com.sforce.async.AsyncApiException
Packages that use AsyncApiException
-
Uses of AsyncApiException in com.sforce.async
Methods in com.sforce.async that throw AsyncApiExceptionModifier and TypeMethodDescriptionvoidvoidvoidBatchRequest.addSObject(SObject object) voidBatchRequest.addSObjects(SObject[] objects) voidTransformationSpecRequest.addSpecRow(String sfdcField, String csvHeader, String value, String hint) Adds a transformation spec row.BulkConnection.buildBatchResultURL(String jobId, String batchId) BulkConnection.buildQueryResultURL(String jobId, String batchId, String resultId) BatchRequest.completeRequest()CsvBatchRequest.completeRequest()voidTransformationSpecRequest.completeRequest()BulkConnection.createBatch(JobInfo job) BulkConnection.createBatchFromDir(JobInfo job, InputStream batchContent, File attachmentDir) BulkConnection.createBatchFromForeignCsvStream(JobInfo jobInfo, InputStream input, String charSet) BulkConnection.createBatchFromStream(JobInfo jobInfo, InputStream input) BulkConnection.createBatchFromZipStream(JobInfo jobInfo, InputStream zipInput) BulkConnection.createBatchWithFileAttachments(JobInfo jobInfo, InputStream batchContent, File rootDirectory, String... files) BulkConnection.createBatchWithFileAttachments(JobInfo jobInfo, InputStream batchContent, Map<String, File> attachedFiles) BulkConnection.createBatchWithInputStreamAttachments(JobInfo jobInfo, InputStream batchContent, Map<String, InputStream> attachments) BulkConnection.createCsvBatch(JobInfo job) BulkConnection.createJob(JobInfo job, ContentType contentType) BulkConnection.createTransformationSpec(JobInfo job) voidBulkConnection.createTransformationSpecFromStream(JobInfo jobInfo, InputStream input) BulkConnection.getBatchInfo(String jobId, String batchId) BulkConnection.getBatchInfo(String jobId, String batchId, ContentType contentType) BulkConnection.getBatchInfoList(String jobId) BulkConnection.getBatchInfoList(String jobId, ContentType contentType) BulkConnection.getBatchRequestInputStream(String jobId, String batchId) BulkConnection.getBatchResult(String jobId, String batchId) BulkConnection.getBatchResult(String jobId, String batchId, ContentType contentType) BulkConnection.getBatchResultStream(String jobId, String batchId) BulkConnection.getJobStatus(String jobId) BulkConnection.getJobStatus(String jobId, ContentType contentType) BulkConnection.getQueryResultList(String jobId, String batchId) BulkConnection.getQueryResultList(String jobId, String batchId, ContentType contentType) BulkConnection.getQueryResultStream(String jobId, String batchId, String resultId) BulkConnection.updateJob(JobInfo job, ContentType contentType) Constructors in com.sforce.async that throw AsyncApiExceptionModifierConstructorDescriptionBulkConnection(ConnectorConfig config) TransformationSpecRequest(Transport transport, OutputStream out)