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 ConversionService
RunConverter. conversionService
protected ConversionService
BlobToPDF. service
protected ConversionService
ConvertBlob. 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 interface
ConversionServiceManager
-
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 class
ConversionServiceImpl
Runtime 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 ConversionService
AbstractPictureAdapter. 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 ConversionService
PictureResize. 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 ConversionService
ConverterBasedHtmlPreviewAdapter. 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 ConversionService
HtmlPreviewConverter. cs
Deprecated.since 11.1.Methods in org.nuxeo.ecm.platform.preview.converters that return ConversionService Modifier and Type Method Description protected static ConversionService
HtmlPreviewConverter. getConversionService()
Deprecated.since 11.1.
-