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, getUserName, isDebugEnabled, setAuthEndpoint, setConnectionTimeout, setDebugEnabled, setPassword, setReadTimeout, setUserName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAuthEndpoint, getConnectionTimeout, getConnectorConfig, getPassword, getReadTimeout, getUserName, isDebugEnabled, setAuthEndpoint, setConnectionTimeout, setDebugEnabled, setPassword, setReadTimeout, setUserName
public com.sforce.async.JobInfo abortJob(java.lang.String jobInfoId, int retryCount) throws com.sforce.async.AsyncApiException, com.sforce.ws.ConnectionException
abortJob
in interface SalesforceBulkClient
com.sforce.async.AsyncApiException
com.sforce.ws.ConnectionException
public com.sforce.async.JobInfo closeJob(java.lang.String jobInfoId, int retryCount) throws com.sforce.async.AsyncApiException, com.sforce.ws.ConnectionException
closeJob
in interface SalesforceBulkClient
com.sforce.async.AsyncApiException
com.sforce.ws.ConnectionException
public 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 SalesforceBulkClient
com.sforce.async.AsyncApiException
com.sforce.ws.ConnectionException
public com.sforce.async.JobInfo createJob(com.sforce.async.JobInfo jobInfo, int retryCount) throws com.sforce.async.AsyncApiException, com.sforce.ws.ConnectionException
createJob
in interface SalesforceBulkClient
com.sforce.async.AsyncApiException
com.sforce.ws.ConnectionException
public 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 SalesforceBulkClient
com.sforce.async.AsyncApiException
com.sforce.ws.ConnectionException
public 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 SalesforceBulkClient
com.sforce.async.AsyncApiException
com.sforce.ws.ConnectionException
public 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 SalesforceBulkClient
com.sforce.async.AsyncApiException
com.sforce.ws.ConnectionException