public interface BulkQueryApi
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getBulkJobOutput(JobQuery query)
get output of job returned against bulk query
|
JobInfo |
getBulkJobStatus(JobQuery query)
get status of job returned against bulk query
|
JobInfo |
postBulkJob(ProductsViewType productsViewType,
BulkLookupQuery query)
Posts a bulk job for the appropriate resource type for lookup cases
|
JobInfo |
postBulkJob(ProductsViewType productsViewType,
BulkProductsQuery query)
Posts a bulk job for the appropriate resource type for search cases
|
JobInfo postBulkJob(ProductsViewType productsViewType, BulkProductsQuery query) throws IndixApiException, IOException, URISyntaxException
productsViewType - ProductsViewTypequery - Instance of BulkProductsQuery with appropriate parametersJobInfo{@link - IndixApiException}IndixApiExceptionIOExceptionURISyntaxExceptionJobInfo postBulkJob(ProductsViewType productsViewType, BulkLookupQuery query) throws IndixApiException, IOException, URISyntaxException
productsViewType - ProductsViewTypequery - Instance of BulkLookupQuery with appropriate parametersJobInfo{@link - IndixApiException}IndixApiExceptionIOExceptionURISyntaxExceptionJobInfo getBulkJobStatus(JobQuery query) throws IndixApiException, IOException, URISyntaxException
query - Instance of JobQuery with appropriate jobIdJobInfo{@link - IndixApiException}IndixApiExceptionIOExceptionURISyntaxExceptionInputStream getBulkJobOutput(JobQuery query) throws IndixApiException, IOException, URISyntaxException
query - Instance of JobQuery with appropriate jobId{@link - IndixApiException}IndixApiExceptionIOExceptionURISyntaxExceptionCopyright © 2017. All rights reserved.