Uses of Class
org.nuxeo.ecm.core.convert.api.ConverterCheckResult
Package
Description
API for the ConversionService.
Implementation of the Conversion Service
(see
ConversionService
).-
Uses of ConverterCheckResult in org.nuxeo.ecm.core.convert.api
Modifier and TypeMethodDescriptionConversionService.isConverterAvailable
(String converterName) Checks for converter availability.ConversionService.isConverterAvailable
(String converterName, boolean refresh) Checks for converter availability. -
Uses of ConverterCheckResult in org.nuxeo.ecm.core.convert.extension
Modifier and TypeMethodDescriptionExternalConverter.isConverterAvailable()
Checks if the converter is available. -
Uses of ConverterCheckResult in org.nuxeo.ecm.core.convert.service
Modifier and TypeFieldDescriptionprotected final Map<String,
ConverterCheckResult> ConversionServiceImpl.checkResultCache
Modifier and TypeMethodDescriptionConversionServiceImpl.isConverterAvailable
(String converterName) ConversionServiceImpl.isConverterAvailable
(String converterName, boolean refresh) -
Uses of ConverterCheckResult in org.nuxeo.ecm.platform.convert.plugins
-
Uses of ConverterCheckResult in org.nuxeo.ecm.platform.preview.converters