public class SalesforceBulkClientImpl extends BaseSalesforceClientImpl implements SalesforceBulkClient
| Constructor and Description |
|---|
SalesforceBulkClientImpl() |
| Modifier and Type | Method and Description |
|---|---|
JobInfo |
abortJob(java.lang.String jobInfoId,
int retryCount) |
JobInfo |
closeJob(java.lang.String jobInfoId,
int retryCount) |
BatchInfo |
createBatchFromStream(JobInfo jobInfo,
java.io.InputStream inputStream,
int retryCount) |
JobInfo |
createJob(JobInfo jobInfo,
int retryCount) |
BatchInfo |
getBatchInfo(java.lang.String jobInfoId,
java.lang.String batchInfoId,
int retryCount) |
QueryResultList |
getQueryResultList(java.lang.String jobInfoId,
java.lang.String batchInfoId,
int retryCount) |
java.io.InputStream |
getQueryResultStream(java.lang.String jobInfoId,
java.lang.String batchInfoId,
java.lang.String queryResultId,
int retryCount) |
afterPropertiesSet, getAuthEndpoint, getConnectionTimeout, getConnectorConfig, getPartnerConnection, getPassword, getReadTimeout, getRetryCount, getRetryCount, getServiceEndpoint, getSessionId, getUserName, isDebugEnabled, setAuthEndpoint, setConnectionTimeout, setDebugEnabled, setPassword, setReadTimeout, setServiceEndpoint, setSessionId, setUserNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAuthEndpoint, getConnectionTimeout, getConnectorConfig, getPassword, getReadTimeout, getServiceEndpoint, getSessionId, getUserName, isDebugEnabled, setAuthEndpoint, setConnectionTimeout, setDebugEnabled, setPassword, setReadTimeout, setServiceEndpoint, setSessionId, setUserNamepublic JobInfo abortJob(java.lang.String jobInfoId,
int retryCount)
throws AsyncApiException,
ConnectionException
abortJob in interface SalesforceBulkClientAsyncApiExceptionConnectionExceptionpublic JobInfo closeJob(java.lang.String jobInfoId,
int retryCount)
throws AsyncApiException,
ConnectionException
closeJob in interface SalesforceBulkClientAsyncApiExceptionConnectionExceptionpublic BatchInfo createBatchFromStream(JobInfo jobInfo,
java.io.InputStream inputStream,
int retryCount)
throws AsyncApiException,
ConnectionException
createBatchFromStream in interface SalesforceBulkClientAsyncApiExceptionConnectionExceptionpublic JobInfo createJob(JobInfo jobInfo,
int retryCount)
throws AsyncApiException,
ConnectionException
createJob in interface SalesforceBulkClientAsyncApiExceptionConnectionExceptionpublic BatchInfo getBatchInfo(java.lang.String jobInfoId,
java.lang.String batchInfoId,
int retryCount)
throws AsyncApiException,
ConnectionException
getBatchInfo in interface SalesforceBulkClientAsyncApiExceptionConnectionExceptionpublic QueryResultList getQueryResultList(java.lang.String jobInfoId,
java.lang.String batchInfoId,
int retryCount)
throws AsyncApiException,
ConnectionException
getQueryResultList in interface SalesforceBulkClientAsyncApiExceptionConnectionExceptionpublic java.io.InputStream getQueryResultStream(java.lang.String jobInfoId,
java.lang.String batchInfoId,
java.lang.String queryResultId,
int retryCount)
throws AsyncApiException,
ConnectionException
getQueryResultStream in interface SalesforceBulkClientAsyncApiExceptionConnectionException