Package org.alfresco.repo.content.transform

Interface Summary
ContentTransformer Interface for class that allow content transformation from one mimetype to another.
ContentTransformerWorker An interface that allows separation between the content transformer registry and the various third party subsystems performing the transformation.
 

Class Summary
AbstractContentTransformer Deprecated. Deprecated since 3.0.
AbstractContentTransformer2 Provides basic services for ContentTransformer implementations.
AbstractContentTransformerTest Provides a base set of tests for testing ContentTransformer implementations.
BinaryPassThroughContentTransformer Allows direct streaming from source to target when the respective mimetypes are identical, except where the mimetype is text.
BinaryPassThroughContentTransformerTest  
ComplexContentTransformer Transformer that passes a document through several nested transformations in order to accomplish its goal.
ComplexContentTransformerTest Tests a transformation from Powerpoint->PDF->Text.
ContentTransformerHelper A class providing basic functionality shared by both ContentTransformers and ContentTransformerWorker s.
ContentTransformerRegistry Holds and provides the most appropriate content transformer for a particular source and target mimetype transformation request.
ContentTransformerRegistry.TransformationKey Deprecated.
ContentTransformerRegistryTest  
EMLTransformer  
ExplictTransformationDetails  
FailoverContentTransformer This class is a transformer which contains a fixed sequence of delegate transformers.
FailoverContentTransformerTest Tests the FailoverContentTransformer.
HtmlParserContentTransformer  
HtmlParserContentTransformerTest  
MailContentTransformer Outlook email msg format to-text transformer.
MailContentTransformerTest  
MediaWikiContentTransformer MediaWiki content transformer.
MediaWikiContentTransformerTest  
OOoContentTransformerHelper A class providing basic OOo-related functionality shared by both ContentTransformers and ContentTransformerWorkers.
OpenOfficeContentTransformerTest  
OpenOfficeContentTransformerWorker Makes use of the http://sourceforge.net/projects/joott/JOOConverter library to perform OpenOffice-drive conversions.
PdfBoxContentTransformer Makes use of the PDFBox library to perform conversions from PDF files to text.
PdfBoxContentTransformerTest  
PdfBoxPdfToImageContentTransformer Makes use of the PDFBox library to perform conversions from PDF files to images.
PdfToImageContentTransformer Makes use of the PDFRenderer library to perform conversions from PDF files to images.
PoiHssfContentTransformer Makes use of the POI library to perform conversions from Excel spreadsheets to text (comma separated).
PoiHssfContentTransformerTest  
ProxyContentTransformer Makes use of a ContentTransformerWorker to perform conversions.
RemoteOpenOfficeContentTransformer Makes use of the http://sourceforge.net/projects/joott/JOOConverter library to perform OpenOffice-drive conversions.
RuntimeExecutableContentTransformerOptions Transformation options for the runtime executable transformer.
RuntimeExecutableContentTransformerTest  
RuntimeExecutableContentTransformerWorker This configurable wrapper is able to execute any command line transformation that accepts an input and an output file on the command line.
StringExtractingContentTransformer Converts any textual format to plain text.
StringExtractingContentTransformerTest  
TextMiningContentTransformer Makes use of the TextMining library to perform conversions from MSWord documents to text.
TextMiningContentTransformerTest  
TextToPdfContentTransformer Makes use of the PDFBox library's TextToPDF utility.
TextToPdfContentTransformerTest  
 

Exception Summary
TransformerInfoException Wraps an exception that could be thrown in any transformer to propagate it up to NodeInfoBean.sendNodeInfo method.
 



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.