| Public Methods |
|
JobInfo
|
abortJob(String jobId)
|
|
void
|
addHeader(String headerName, String headerValue)
|
|
JobInfo
|
closeJob(String jobId)
|
|
BatchRequest
|
createBatch(JobInfo job)
|
|
BatchInfo
|
createBatchFromDir(JobInfo job, InputStream batchContent, File attachmentDir)
|
|
BatchInfo
|
createBatchFromStream(JobInfo jobInfo, InputStream input)
|
|
BatchInfo
|
createBatchFromZipStream(JobInfo jobInfo, InputStream zipInput)
|
|
BatchInfo
|
createBatchWithFileAttachments(JobInfo jobInfo, InputStream batchContent, Map<String, File> attachedFiles)
|
|
BatchInfo
|
createBatchWithFileAttachments(JobInfo jobInfo, InputStream batchContent, File rootDirectory, String... files)
|
|
BatchInfo
|
createBatchWithInputStreamAttachments(JobInfo jobInfo, InputStream batchContent, Map<String, InputStream> attachments)
|
|
JobInfo
|
createJob(String object, String operation)
|
|
JobInfo
|
createJob(JobInfo job)
|
|
BatchInfo
|
getBatchInfo(String jobId, String batchId)
|
|
BatchInfoList
|
getBatchInfoList(String jobId)
|
|
InputStream
|
getBatchRequestInputStream(String jobId, String batchId)
|
|
BatchResult
|
getBatchResult(String jobId, String batchId)
|
|
InputStream
|
getBatchResultStream(String jobId, String batchId)
|
|
ConnectorConfig
|
getConfig()
|
|
JobInfo
|
getJobStatus(String jobId)
|
|
QueryResultList
|
getQueryResultList(String jobId, String batchId)
|
|
InputStream
|
getQueryResultStream(String jobId, String batchId, String resultId)
|
|
JobInfo
|
updateJob(JobInfo job)
|