Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.convert.api
Class ConverterCheckResult

java.lang.Object
  extended by org.nuxeo.ecm.core.convert.api.ConverterCheckResult
All Implemented Interfaces:
java.io.Serializable

public class ConverterCheckResult
extends java.lang.Object
implements java.io.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

Constructor Summary
ConverterCheckResult()
           
ConverterCheckResult(java.lang.String installationMessage, java.lang.String errorMessage)
           
 
Method Summary
 java.lang.String getErrorMessage()
           
 java.lang.String getInstallationMessage()
           
 java.util.List<java.lang.String> getSupportedInputMimeTypes()
           
 boolean isAvailable()
           
 void setAvailable(boolean available)
           
 void setSupportedInputMimeTypes(java.util.List<java.lang.String> supportedInputMimeTypes)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConverterCheckResult

public ConverterCheckResult()

ConverterCheckResult

public ConverterCheckResult(java.lang.String installationMessage,
                            java.lang.String errorMessage)
Method Detail

isAvailable

public boolean isAvailable()

setAvailable

public void setAvailable(boolean available)

getInstallationMessage

public java.lang.String getInstallationMessage()

getErrorMessage

public java.lang.String getErrorMessage()

getSupportedInputMimeTypes

public java.util.List<java.lang.String> getSupportedInputMimeTypes()

setSupportedInputMimeTypes

public void setSupportedInputMimeTypes(java.util.List<java.lang.String> supportedInputMimeTypes)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.