public interface SalesforceBulkClient extends SalesforceClient
| 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) |
getAuthEndpoint, getConnectionTimeout, getConnectorConfig, getPassword, getReadTimeout, getServiceEndpoint, getSessionId, getUserName, isDebugEnabled, setAuthEndpoint, setConnectionTimeout, setDebugEnabled, setPassword, setReadTimeout, setServiceEndpoint, setSessionId, setUserNameJobInfo abortJob(java.lang.String jobInfoId,
int retryCount)
throws AsyncApiException,
ConnectionException
AsyncApiExceptionConnectionExceptionJobInfo closeJob(java.lang.String jobInfoId,
int retryCount)
throws AsyncApiException,
ConnectionException
AsyncApiExceptionConnectionExceptionBatchInfo createBatchFromStream(JobInfo jobInfo,
java.io.InputStream inputStream,
int retryCount)
throws AsyncApiException,
ConnectionException
AsyncApiExceptionConnectionExceptionJobInfo createJob(JobInfo jobInfo,
int retryCount)
throws AsyncApiException,
ConnectionException
AsyncApiExceptionConnectionExceptionBatchInfo getBatchInfo(java.lang.String jobInfoId,
java.lang.String batchInfoId,
int retryCount)
throws AsyncApiException,
ConnectionException
AsyncApiExceptionConnectionExceptionQueryResultList getQueryResultList(java.lang.String jobInfoId,
java.lang.String batchInfoId,
int retryCount)
throws AsyncApiException,
ConnectionException
AsyncApiExceptionConnectionExceptionjava.io.InputStream getQueryResultStream(java.lang.String jobInfoId,
java.lang.String batchInfoId,
java.lang.String queryResultId,
int retryCount)
throws AsyncApiException,
ConnectionException
AsyncApiExceptionConnectionException