Uses of Interface
org.nuxeo.ecm.core.convert.api.ConversionService
-
Packages that use ConversionService Package Description org.nuxeo.ecm.automation.core.operations.blob org.nuxeo.ecm.core.convert.extension org.nuxeo.ecm.core.convert.service Implementation of the Conversion Service (seeConversionService).org.nuxeo.ecm.platform.picture.api.adapters org.nuxeo.ecm.platform.picture.operation org.nuxeo.ecm.platform.preview.adapter.base org.nuxeo.ecm.platform.preview.converters -
-
Uses of ConversionService in org.nuxeo.ecm.automation.core.operations.blob
Fields in org.nuxeo.ecm.automation.core.operations.blob declared as ConversionService Modifier and Type Field Description protected ConversionServiceRunConverter. conversionServiceprotected ConversionServiceBlobToPDF. serviceprotected ConversionServiceConvertBlob. service -
Uses of ConversionService in org.nuxeo.ecm.core.convert.extension
Subinterfaces of ConversionService in org.nuxeo.ecm.core.convert.extension Modifier and Type Interface Description interfaceConversionServiceManager -
Uses of ConversionService in org.nuxeo.ecm.core.convert.service
Classes in org.nuxeo.ecm.core.convert.service that implement ConversionService Modifier and Type Class Description classConversionServiceImplRuntime Component that also provides the POJO implementation of theConversionService. -
Uses of ConversionService in org.nuxeo.ecm.platform.picture.api.adapters
Methods in org.nuxeo.ecm.platform.picture.api.adapters that return ConversionService Modifier and Type Method Description protected ConversionServiceAbstractPictureAdapter. getConversionService() -
Uses of ConversionService in org.nuxeo.ecm.platform.picture.operation
Fields in org.nuxeo.ecm.platform.picture.operation declared as ConversionService Modifier and Type Field Description protected ConversionServicePictureResize. service -
Uses of ConversionService in org.nuxeo.ecm.platform.preview.adapter.base
Methods in org.nuxeo.ecm.platform.preview.adapter.base that return ConversionService Modifier and Type Method Description ConversionServiceConverterBasedHtmlPreviewAdapter. getConversionService() -
Uses of ConversionService in org.nuxeo.ecm.platform.preview.converters
Fields in org.nuxeo.ecm.platform.preview.converters declared as ConversionService Modifier and Type Field Description protected static ConversionServiceHtmlPreviewConverter. csDeprecated.since 11.1.Methods in org.nuxeo.ecm.platform.preview.converters that return ConversionService Modifier and Type Method Description protected static ConversionServiceHtmlPreviewConverter. getConversionService()Deprecated.since 11.1.
-