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 ConverterCheckResultConversionService. isConverterAvailable(String converterName)Checks for converter availability.ConverterCheckResultConversionService. 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 ConverterCheckResultExternalConverter. 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. checkResultCacheMethods in org.nuxeo.ecm.core.convert.service that return ConverterCheckResult Modifier and Type Method Description ConverterCheckResultConversionServiceImpl. isConverterAvailable(String converterName)ConverterCheckResultConversionServiceImpl. 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 ConverterCheckResultCommandLineBasedConverter. 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 ConverterCheckResultHtmlPreviewConverter. isConverterAvailable()
-