Package org.alfresco.repo.content.transform

Interface Summary
ContentTransformer Interface for class that allow content transformation from one mimetype to another.
 

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.
ContentTransformerRegistry Holds and provides the most appropriate content transformer for a particular source and target mimetype transformation request.
ContentTransformerRegistry.TransformationKey Deprecated.
ContentTransformerRegistryTest  
ExplictTransformationDetails  
HtmlParserContentTransformer  
HtmlParserContentTransformerTest  
MailContentTransformer Outlook email msg format to-text transformer.
MailContentTransformerTest  
MediaWikiContentTransformer MediaWiki content transformer.
MediaWikiContentTransformerTest  
OpenOfficeContentTransformer Makes use of the JOOConverter library to perform OpenOffice-drive conversions.
OpenOfficeContentTransformerTest  
PdfBoxContentTransformer Makes use of the PDFBox library to perform conversions from PDF files to text.
PdfBoxContentTransformerTest  
PdfToImageContentTransformer Makes use of the PDFBox 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  
RuntimeExecutableContentTransformer This configurable wrapper is able to execute any command line transformation that accepts an input and an output file on the command line.
RuntimeExecutableContentTransformerOptions Transformation options for the runtime executable transformer.
RuntimeExecutableContentTransformerTest  
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  
TransformTestSuite Version test suite
 



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