Package org.nuxeo.ecm.core.convert.api
Class ConverterCheckResult
- java.lang.Object
-
- org.nuxeo.ecm.core.convert.api.ConverterCheckResult
-
- All Implemented Interfaces:
Serializable
public class ConverterCheckResult extends Object implements Serializable
Result object for an availability check on a Converter.Contains an availability flag + error and installation message is needed.
- Author:
- tiry
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanavailableprotected StringerrorMessageprotected StringinstallationMessageprotected List<String>supportedInputMimeTypes
-
Constructor Summary
Constructors Constructor Description ConverterCheckResult()ConverterCheckResult(String installationMessage, String errorMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorMessage()StringgetInstallationMessage()List<String>getSupportedInputMimeTypes()booleanisAvailable()voidsetAvailable(boolean available)voidsetSupportedInputMimeTypes(List<String> supportedInputMimeTypes)
-