| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| AbstractContentTransformer | Deprecated
Deprecated since 3.0.
|
| AbstractContentTransformer2 |
Provides basic services for
ContentTransformer
implementations. |
| AbstractContentTransformerLimits |
Provides transformation limits for
ContentTransformer
implementations. |
| AbstractContentTransformerLimitsTest |
Test methods that control limits in
AbstractContentTransformerLimits |
| AbstractContentTransformerTest |
Provides a base set of tests for testing
ContentTransformer
implementations. |
| AppleIWorksContentTransformer |
Converts Apple iWorks files to PDFs or JPEGs for thumbnailing & previewing.
|
| AppleIWorksContentTransformerTest |
Test case for
AppleIWorksContentTransformer content transformer. |
| 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 |
Uses javax.mail.MimeMessage to generate plain text versions of RFC822 email
messages.
|
| EMLTransformerTest | |
| ExplictTransformationDetails |
Specifies transformations that are considered to be 'exceptional' so
should be used in preference to other transformers that can perform
the same transformation.
|
| FailoverContentTransformer |
This class is a transformer which contains a fixed sequence of delegate transformers.
|
| FailoverContentTransformerTest |
Tests the FailoverContentTransformer.
|
| HtmlParserContentTransformer | |
| HtmlParserContentTransformerTest | |
| MailContentTransformer |
Uses
Apache Tika and
Apache POI to transform
Outlook email msg files. |
| MailContentTransformerTest | |
| MediaWikiContentTransformer |
MediaWiki content transformer.
|
| MediaWikiContentTransformerTest | |
| OOoContentTransformerHelper |
A class providing basic OOo-related functionality shared by both
ContentTransformers and ContentTransformerWorkers. |
| OOXMLThumbnailContentTransformer |
Extracts out Thumbnail JPEGs from OOXML files for thumbnailing & previewing.
|
| OOXMLThumbnailContentTransformerTest |
Test case for
OOXMLThumbnailContentTransformer content transformer. |
| 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 | |
| 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. |
| 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 | |
| SupportedTransformation |
Represents a supported transformation.
|
| TextMiningContentTransformer |
This badly named transformer turns Microsoft Word documents
(Word 6, 95, 97, 2000, 2003) into plain text, using Apache Tika.
|
| 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.
|
| TransformerDebug |
Debugs transformers selection and activity.
|
| Exception | Description |
|---|---|
| TransformerInfoException |
Wraps an exception that could be thrown in any transformer to
propagate it up to
NodeInfoBean.sendNodeInfo method. |
| UnimportantTransformException |
An exception that may be thrown by a transformer that indicates that the transform
could not be performed, but that a full stack trace is not required in logging as
the reason is expected some of the time (for example source file does not contain an
embedded image).
|
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.