| AbstractContentTransformer |
Deprecated.
|
| AbstractContentTransformer2 |
|
| AbstractContentTransformerLimits |
|
| AppleIWorksContentTransformer |
Converts Apple iWorks files to JPEGs for thumbnailing & previewing.
|
| ArchiveContentTransformer |
This class transforms archive files (zip, tar etc) to text, which enables indexing
and searching of archives as well as webpreviewing.
|
| BinaryPassThroughContentTransformer |
Allows direct streaming from source to target when the respective mimetypes
are identical, except where the mimetype is text.
|
| ComplexContentTransformer |
Transformer that passes a document through several nested transformations
in order to accomplish its goal.
|
| ContentTransformerHelper |
|
| ContentTransformerRegistry |
Holds and provides the most appropriate content transformer for
a particular source and target mimetype transformation request.
|
| ContentTransformerRegistry.TransformationKey |
Deprecated. |
| DoubleMap<K1,K2,V> |
Provides simple get and put access to a Map like object with a double key that allows
either or both keys to be a wild card that matches any value.
|
| EMLTransformer |
Uses javax.mail.MimeMessage to generate plain text versions of RFC822 email
messages.
|
| 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.
|
| HtmlParserContentTransformer |
Content transformer which wraps the HTML Parser library for
parsing HTML content.
|
| JodContentTransformer |
Makes use of the {@link http://code.google.com/p/jodconverter/} library and an installed
OpenOffice application to perform OpenOffice-driven conversions.
|
| MailContentTransformer |
|
| MediaWikiContentTransformer |
MediaWiki content transformer.
|
| OOoContentTransformerHelper |
|
| OOXMLThumbnailContentTransformer |
Extracts out Thumbnail JPEGs from OOXML files for thumbnailing & previewing.
|
| PdfBoxContentTransformer |
|
| PoiContentTransformer |
|
| PoiHssfContentTransformer |
|
| PoiHssfContentTransformer.CsvContentHandler |
A wrapper around the normal Tika BodyContentHandler,
which causes things to be CSV encoded rather than
tab separated
|
| PoiOOXMLContentTransformer |
|
| ProxyContentTransformer |
|
| RemoteTransformerClient |
Client class that transfers content (from a ContentReader) to a remote transformation agent together with
request parameters that will be used to transform the content.
|
| RuntimeExecutableContentTransformerOptions |
Transformation options for the runtime executable transformer.
|
| 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.
|
| 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.
|
| TextToPdfContentTransformer |
Makes use of the PDFBox library's TextToPDF utility.
|
| 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.
|
| 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.
|
| 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.
|
| TransformerConfigDynamicTransformers |
Adds dynamic transformers defined in alfresco global properties to the ContentTransformerRegistry.
|
| TransformerConfigImpl |
Provides access to transformer configuration and current performance data.
|
| TransformerConfigLimits |
Provides access to transformer limits defined via properties.
|
| TransformerConfigMBeanImpl |
Implements the JMX interface for monitoring Content Transformer configuration
and statistics.
|
| TransformerConfigProperty |
Provides access to a single transformer configuration property depending on the
transformer and source and target mimetypes, falling back to defaults.
|
| TransformerConfigStatistics |
Provides a place to store statistics about:
a) the combination of transformer, source and target mimetype;
b) a summary for each transformer;
c) a summary of top level transformations (++) for each combination of
source and target mimetype;
d) a summary of all top level transformations.
|
| TransformerConfigSupported |
Provides access to the lists of supported and unsupported mimetype transformations
defined via properties for all transformers.
|
| TransformerDebug |
Debugs transformers selection and activity.
|
| TransformerDebugLog |
|
| TransformerLog |
|
| TransformerProperties |
Provides access to transformer properties which come from the Transformer sub system AND
the those that start with "content.transformer." in the parent context.
|
| TransformerPropertyGetter |
Provides access to a String representation of all transformer properties and values
where these are sorted into groups.
|
| TransformerPropertyNameExtractor |
Provides access to transformer property names and values.
|
| TransformerPropertySetter |
Provides methods to set and remove transformer properties and values.
|
| TransformerSelectorImpl |
Default transformer selector implementation, which sorts by priority and then
by average transform time.
|
| TransformerSelectorImplOriginal |
Implementation of a transformer selector that matches the code that was in place
before a selector was introduced.
|
| TransformerStatisticsImpl |
|