public interface SalesforceBulkClient extends SalesforceClient
| 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) |
getAuthEndpoint, getConnectionTimeout, getConnectorConfig, getPassword, getReadTimeout, getServiceEndpoint, getSessionId, getUserName, isDebugEnabled, setAuthEndpoint, setConnectionTimeout, setDebugEnabled, setPassword, setReadTimeout, setServiceEndpoint, setSessionId, setUserNamecom.sforce.async.JobInfo abortJob(java.lang.String jobInfoId,
int retryCount)
throws com.sforce.async.AsyncApiException,
com.sforce.ws.ConnectionException
com.sforce.async.AsyncApiExceptioncom.sforce.ws.ConnectionExceptioncom.sforce.async.JobInfo closeJob(java.lang.String jobInfoId,
int retryCount)
throws com.sforce.async.AsyncApiException,
com.sforce.ws.ConnectionException
com.sforce.async.AsyncApiExceptioncom.sforce.ws.ConnectionExceptioncom.sforce.async.BatchInfo createBatchFromStream(com.sforce.async.JobInfo jobInfo,
java.io.InputStream inputStream,
int retryCount)
throws com.sforce.async.AsyncApiException,
com.sforce.ws.ConnectionException
com.sforce.async.AsyncApiExceptioncom.sforce.ws.ConnectionExceptioncom.sforce.async.JobInfo createJob(com.sforce.async.JobInfo jobInfo,
int retryCount)
throws com.sforce.async.AsyncApiException,
com.sforce.ws.ConnectionException
com.sforce.async.AsyncApiExceptioncom.sforce.ws.ConnectionExceptioncom.sforce.async.BatchInfo getBatchInfo(java.lang.String jobInfoId,
java.lang.String batchInfoId,
int retryCount)
throws com.sforce.async.AsyncApiException,
com.sforce.ws.ConnectionException
com.sforce.async.AsyncApiExceptioncom.sforce.ws.ConnectionExceptioncom.sforce.async.QueryResultList getQueryResultList(java.lang.String jobInfoId,
java.lang.String batchInfoId,
int retryCount)
throws com.sforce.async.AsyncApiException,
com.sforce.ws.ConnectionException
com.sforce.async.AsyncApiExceptioncom.sforce.ws.ConnectionExceptionjava.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
com.sforce.async.AsyncApiExceptioncom.sforce.ws.ConnectionException