| Package | Description |
|---|---|
| org.nuxeo.ecm.core.convert.api |
API for the ConversionService.
|
| org.nuxeo.ecm.core.convert.service |
Implementation of the Conversion Service
(see
ConversionService). |
| org.nuxeo.ecm.restapi.jaxrs.io.conversion |
| Modifier and Type | Method and Description |
|---|---|
ConversionStatus |
ConversionService.getConversionStatus(String id)
Returns the status of a scheduled conversion given its
id, or null if no conversion scheduled. |
| Modifier and Type | Method and Description |
|---|---|
ConversionStatus |
ConversionServiceImpl.getConversionStatus(String id) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConversionStatusWithResult |
| Constructor and Description |
|---|
ConversionStatusWithResult(ConversionStatus conversionStatus,
String resultURL) |
Copyright © 2019 Nuxeo. All rights reserved.