|
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. |
| ArchiveContentTransformer |
This class transforms archive files (zip, tar etc) to text, which enables indexing
and searching of archives as well as webpreviewing. |
| ArchiveContentTransformerTest |
Test class for ArchiveContentTransformer. |
| 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-driven conversions. |
| PdfBoxContentTransformer |
Uses Apache Tika and
Apache PDFBox to perform
conversions from PDF documents. |
| 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. |
| PoiContentTransformer |
Uses Apache Tika and
Apache POI to perform
conversions from Office documents. |
| PoiContentTransformerTest |
|
| PoiHssfContentTransformer |
Uses Apache Tika and
Apache POI to perform
conversions from Excel spreadsheets. |
| PoiHssfContentTransformer.CsvContentHandler |
A wrapper around the normal Tika BodyContentHandler,
which causes things to be CSV encoded rather than
tab separated |
| PoiHssfContentTransformerTest |
|
| PoiOOXMLContentTransformer |
Uses Apache Tika and
Apache POI to perform
conversions from the newer OOXML Office documents. |
| PoiOOXMLContentTransformerTest |
|
| 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 |
This badly named transformer turns Microsoft Word documents
(Word 6, 95, 97, 2000, 2003) into plain text. |
| TextMiningContentTransformerTest |
|
| TextToPdfContentTransformer |
Makes use of the PDFBox library's TextToPDF utility. |
| TextToPdfContentTransformerTest |
|
| TikaAutoContentTransformer |
A Content Extractor for XML, HTML and Text,
which makes use of the Apache Tika
auto-detection to select the best parser
to process your document. |
| TikaAutoContentTransformerTest |
Most of the work for testing the Tika Auto-Detect transformer
is automatically done by AbstractContentTransformerTest |
| TikaPoweredContainerExtractor |
Warning - this is a prototype service, and will likely change dramatically
in Alfresco 4.0!
This proto-service provides a way to have Apache Tika extract out
certain kinds of embedded resources from within a container file. |
| TikaPoweredContainerExtractor.ExtractorActionExecutor |
This action executor allows you to trigger extraction as an
action, perhaps from a rule. |
| TikaPoweredContentTransformer |
Provides helpful services for ContentTransformer
implementations which are powered by Apache Tika. |
| TikaPoweredContentTransformerTest |
Parent test for Tika powered transformer tests |
| TikaSpringConfiguredContentTransformer |
A Content Extractor for XML, HTML and Text, which makes
use of Apache Tika, and allows the selection of the
Tika parser to be sprung-in. |