public class SalesforceBulkClientImpl extends BaseSalesforceClientImpl implements SalesforceBulkClient
| Constructor and Description |
|---|
SalesforceBulkClientImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.sforce.async.JobInfo |
abortJob(java.lang.String jobInfoId,
int retryCount) |
com.sforce.async.JobInfo |
closeJob(java.lang.String jobInfoId,
int retryCount) |
com.sforce.async.BatchInfo |
createBatchFromStream(com.sforce.async.JobInfo jobInfo,
java.io.InputStream inputStream,
int retryCount) |
com.sforce.async.JobInfo |
createJob(com.sforce.async.JobInfo jobInfo,
int retryCount) |
com.sforce.async.BatchInfo |
getBatchInfo(java.lang.String jobInfoId,
java.lang.String batchInfoId,
int retryCount) |
com.sforce.async.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 com.sforce.async.JobInfo abortJob(java.lang.String jobInfoId,
int retryCount)
throws com.sforce.async.AsyncApiException,
com.sforce.ws.ConnectionException
abortJob in interface SalesforceBulkClientcom.sforce.async.AsyncApiExceptioncom.sforce.ws.ConnectionExceptionpublic com.sforce.async.JobInfo closeJob(java.lang.String jobInfoId,
int retryCount)
throws com.sforce.async.AsyncApiException,
com.sforce.ws.ConnectionException
closeJob in interface SalesforceBulkClientcom.sforce.async.AsyncApiExceptioncom.sforce.ws.ConnectionExceptionpublic com.sforce.async.BatchInfo createBatchFromStream(com.sforce.async.JobInfo jobInfo,
java.io.InputStream inputStream,
int retryCount)
throws com.sforce.async.AsyncApiException,
com.sforce.ws.ConnectionException
createBatchFromStream in interface SalesforceBulkClientcom.sforce.async.AsyncApiExceptioncom.sforce.ws.ConnectionExceptionpublic com.sforce.async.JobInfo createJob(com.sforce.async.JobInfo jobInfo,
int retryCount)
throws com.sforce.async.AsyncApiException,
com.sforce.ws.ConnectionException
createJob in interface SalesforceBulkClientcom.sforce.async.AsyncApiExceptioncom.sforce.ws.ConnectionExceptionpublic com.sforce.async.BatchInfo getBatchInfo(java.lang.String jobInfoId,
java.lang.String batchInfoId,
int retryCount)
throws com.sforce.async.AsyncApiException,
com.sforce.ws.ConnectionException
getBatchInfo in interface SalesforceBulkClientcom.sforce.async.AsyncApiExceptioncom.sforce.ws.ConnectionExceptionpublic com.sforce.async.QueryResultList getQueryResultList(java.lang.String jobInfoId,
java.lang.String batchInfoId,
int retryCount)
throws com.sforce.async.AsyncApiException,
com.sforce.ws.ConnectionException
getQueryResultList in interface SalesforceBulkClientcom.sforce.async.AsyncApiExceptioncom.sforce.ws.ConnectionExceptionpublic java.io.InputStream getQueryResultStream(java.lang.String jobInfoId,
java.lang.String batchInfoId,
java.lang.String queryResultId,
int retryCount)
throws com.sforce.async.AsyncApiException,
com.sforce.ws.ConnectionException
getQueryResultStream in interface SalesforceBulkClientcom.sforce.async.AsyncApiExceptioncom.sforce.ws.ConnectionException