public class OutputHelper extends Object
DocumentConversion| Constructor and Description |
|---|
OutputHelper(DocumentConversion docConversionService)
Sets the service object.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getOutput(String outputId)
Gets the content of the output requested.
|
OutputCollection |
getOutputCollection(Map<String,Object> outputListParams)
Gets a collection of all generated outputs with optional query parameters for filtering results.
|
public OutputHelper(DocumentConversion docConversionService)
docConversionService - the doc conversion servicepublic OutputCollection getOutputCollection(Map<String,Object> outputListParams)
outputListParams - The parameters to be used in the output list service call.
The parameters - token, limit, since, job_id and media_type are optional
DocumentConversion.getOutputCollection(Map)public InputStream getOutput(String outputId)
outputId - The id of the output to getDocumentConversion.getOutput(String)Copyright © 2015. All rights reserved.