Nuxeo ECM Projects 5.6-RC1

org.nuxeo.ecm.platform.convert.plugins
Class IWork2PDFConverter

java.lang.Object
  extended by org.nuxeo.ecm.platform.convert.plugins.IWork2PDFConverter
All Implemented Interfaces:
Converter

public class IWork2PDFConverter
extends Object
implements Converter

iWork2PDF converter.

Author:
ldoguin

Field Summary
static List<String> IWORK_MIME_TYPES
           
 
Constructor Summary
IWork2PDFConverter()
           
 
Method Summary
 BlobHolder convert(BlobHolder blobHolder, Map<String,Serializable> parameters)
          Main method to handle the real Conversion Job.
 void init(ConverterDescriptor descriptor)
          Initializes the Converter.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IWORK_MIME_TYPES

public static final List<String> IWORK_MIME_TYPES
Constructor Detail

IWork2PDFConverter

public IWork2PDFConverter()
Method Detail

convert

public BlobHolder convert(BlobHolder blobHolder,
                          Map<String,Serializable> parameters)
                   throws ConversionException
Description copied from interface: Converter
Main method to handle the real Conversion Job.

Returned BlobHolder must implement CachableBlobHolder, otherwise result won't be cached.

Specified by:
convert in interface Converter
Throws:
ConversionException

init

public void init(ConverterDescriptor descriptor)
Description copied from interface: Converter
Initializes the Converter.

This can be used to retrieve some configuration information from the XMap Descriptor.

Specified by:
init in interface Converter

Nuxeo ECM Projects 5.6-RC1

Copyright © 2012 Nuxeo SA. All Rights Reserved.