Uses of Class
org.nuxeo.ecm.core.convert.api.ConverterCheckResult
-
Packages that use ConverterCheckResult Package Description org.nuxeo.ecm.core.convert.api API for the ConversionService.org.nuxeo.ecm.core.convert.extension org.nuxeo.ecm.core.convert.service Implementation of the Conversion Service (seeConversionService
).org.nuxeo.ecm.platform.convert.plugins org.nuxeo.ecm.platform.preview.converters -
-
Uses of ConverterCheckResult in org.nuxeo.ecm.core.convert.api
Methods in org.nuxeo.ecm.core.convert.api that return ConverterCheckResult Modifier and Type Method Description ConverterCheckResult
ConversionService. isConverterAvailable(String converterName)
Checks for converter availability.ConverterCheckResult
ConversionService. isConverterAvailable(String converterName, boolean refresh)
Checks for converter availability. -
Uses of ConverterCheckResult in org.nuxeo.ecm.core.convert.extension
Methods in org.nuxeo.ecm.core.convert.extension that return ConverterCheckResult Modifier and Type Method Description ConverterCheckResult
ExternalConverter. isConverterAvailable()
Checks if the converter is available. -
Uses of ConverterCheckResult in org.nuxeo.ecm.core.convert.service
Fields in org.nuxeo.ecm.core.convert.service with type parameters of type ConverterCheckResult Modifier and Type Field Description protected Map<String,ConverterCheckResult>
ConversionServiceImpl. checkResultCache
Methods in org.nuxeo.ecm.core.convert.service that return ConverterCheckResult Modifier and Type Method Description ConverterCheckResult
ConversionServiceImpl. isConverterAvailable(String converterName)
ConverterCheckResult
ConversionServiceImpl. isConverterAvailable(String converterName, boolean refresh)
-
Uses of ConverterCheckResult in org.nuxeo.ecm.platform.convert.plugins
Methods in org.nuxeo.ecm.platform.convert.plugins that return ConverterCheckResult Modifier and Type Method Description ConverterCheckResult
CommandLineBasedConverter. isConverterAvailable()
-
Uses of ConverterCheckResult in org.nuxeo.ecm.platform.preview.converters
Methods in org.nuxeo.ecm.platform.preview.converters that return ConverterCheckResult Modifier and Type Method Description ConverterCheckResult
HtmlPreviewConverter. isConverterAvailable()
-