Interface ConversionServiceManager
-
- All Superinterfaces:
ConversionService
public interface ConversionServiceManager extends ConversionService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Converter
getConverter(String converterName)
-
Methods inherited from interface org.nuxeo.ecm.core.convert.api.ConversionService
convert, convertBlobToPDF, convertToMimeType, getConversionResult, getConversionStatus, getConverterName, getConverterName, getConverterNames, getConverterNames, getRegistredConverters, isConverterAvailable, isConverterAvailable, isSourceMimeTypeSupported, scheduleConversion, scheduleConversionToMimeType
-
-