| Name | Description | Type | Package | Framework |
| AbstractContentTransformer | Provides basic services for ContentTransformer This class maintains the performance measures for the transformers as well, making sure that | Class | org.alfresco.repo.content.transform | AlFresco |
|
| AbstractContentTransformer2 | Provides basic services for ContentTransformer This class maintains the performance measures for the transformers as well, making sure that | Class | org.alfresco.repo.content.transform | AlFresco |
|
| AbstractContentTransformerLimits | Provides transformation limits for ContentTransformer This class maintains the limits and provides methods that combine limits: | Class | org.alfresco.repo.content.transform | AlFresco |
|
| AbstractImageMagickContentTransformerWorker | | Class | org.alfresco.repo.content.transform.magick | AlFresco |
|
| AppleIWorksContentTransformer | Converts Apple iWorks files to PDFs or JPEGs for thumbnailing & previewing. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| ArchiveContentTransformer | This class transforms archive files (zip, tar etc) to text, which enables indexing and searching of archives as well as webpreviewing. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| BinaryPassThroughContentTransformer | Allows direct streaming from source to target when the respective mimetypes are identical, except where the mimetype is text. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| ComplexContentTransformer | Transformer that passes a document through several nested transformations in order to accomplish its goal. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| ContentTransformer | Interface for class that allow content transformation from one mimetype to another. | Interface | org.alfresco.repo.content.transform | AlFresco |
|
| ContentTransformerHelper | A class providing basic functionality shared by both ContentTransformers and ContentTransformerWorkers. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| ContentTransformerRegistry | Holds and provides the most appropriate content transformer for a particular source and target mimetype transformation request. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| ContentTransformerRegistry .TransformationKey | A key for a combination of a source and target mimetype Deprecated since 3. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| ContentTransformerWorker | An interface that allows separation between the content transformer registry and the various third party subsystems performing the transformation. | Interface | org.alfresco.repo.content.transform | AlFresco |
|
| DoubleMap | 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. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| EMLTransformer | Uses javax. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| ExplictTransformationDetails | Specifies transformations that are considered to be 'exceptional' so should be used in preference to other transformers that can perform | Class | org.alfresco.repo.content.transform | AlFresco |
|
| FailoverContentTransformer | This class is a transformer which contains a fixed sequence of delegate transformers. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| HtmlParserContentTransformer | Content transformer which wraps the HTML Parser library for parsing HTML content. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| ImageCropOptions | Deprecated crop options. | Class | org.alfresco.repo.content.transform.magick | AlFresco |
|
| ImageMagickContentTransformerWorker | | Class | org.alfresco.repo.content.transform.magick | AlFresco |
|
| ImageResizeOptions | Image resize optionsAuthor:Roy Wetherall | Class | org.alfresco.repo.content.transform.magick | AlFresco |
|
| ImageTransformationOptions | Image transformation optionsAuthor:Roy Wetherall | Class | org.alfresco.repo.content.transform.magick | AlFresco |
|
| MailContentTransformer | Uses Apache Tika and Apache POI to transform | Class | org.alfresco.repo.content.transform | AlFresco |
|
| MediaWikiContentTransformer | MediaWiki content transformer. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| OOoContentTransformerHelper | A class providing basic OOo-related functionality shared by both ContentTransformers and ContentTransformerWorkers. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| OOXMLThumbnailContentTransformer | Extracts out Thumbnail JPEGs from OOXML files for thumbnailing & previewing. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| OpenOfficeContentTransformerWorker | Makes use of the JOOConverter library to perform OpenOffice-driven conversions. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| PdfBoxContentTransformer | Uses Apache Tika and Apache PDFBox to perform | Class | org.alfresco.repo.content.transform | AlFresco |
|
| PoiContentTransformer | Uses Apache Tika and Apache POI to perform | Class | org.alfresco.repo.content.transform | AlFresco |
|
| PoiHssfContentTransformer | Uses Apache Tika and Apache POI to perform | Class | org.alfresco.repo.content.transform | AlFresco |
|
| PoiHssfContentTransformer .CsvContentHandler | A wrapper around the normal Tika BodyContentHandler, which causes things to be CSV encoded rather than | Class | org.alfresco.repo.content.transform | AlFresco |
|
| PoiOOXMLContentTransformer | Uses Apache Tika and Apache POI to perform | Class | org.alfresco.repo.content.transform | AlFresco |
|
| ProxyContentTransformer | Makes use of a ContentTransformerWorker to perform conversions. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| RuntimeExecutableContentTransformerOptions | Transformation options for the runtime executable transformer. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| RuntimeExecutableContentTransformerWorker | This configurable wrapper is able to execute any command line transformation that accepts an input and an output file on the command line. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| StringExtractingContentTransformer | Converts any textual format to plain text. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| SupportedTransformation | Represents a supported transformation. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| SWFTransformationOptions | SFW transformation optionsAuthor:Roy Wetherall | Class | org.alfresco.repo.content.transform.swf | AlFresco |
|
| TextMiningContentTransformer | This badly named transformer turns Microsoft Word documents (Word 6, 95, 97, 2000, 2003) into plain text, using Apache Tika. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| TextToPdfContentTransformer | Makes use of the PDFBox library's TextToPDF utility. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| TikaAutoContentTransformer | A Content Extractor for XML, HTML and Text, which makes use of the Apache Tika | Class | org.alfresco.repo.content.transform | AlFresco |
|
| TikaPoweredContainerExtractor | Warning - this is a prototype service, and will likely change dramatically This proto-service provides a way to have Apache Tika extract out | Class | org.alfresco.repo.content.transform | AlFresco |
|
| TikaPoweredContainerExtractor .ExtractorActionExecutor | This action executor allows you to trigger extraction as an action, perhaps from a rule. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| TikaPoweredContentTransformer | Provides helpful services for ContentTransformer implementations which are powered by Apache Tika. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| TikaSpringConfiguredContentTransformer | A Content Extractor for XML, HTML and Text, which makes use of Apache Tika, and allows the selection of the | Class | org.alfresco.repo.content.transform | AlFresco |
|
| TransformerConfig | Provides access to transformer configuration and current performance data. | Interface | org.alfresco.repo.content.transform | AlFresco |
|
| TransformerConfigDynamicTransformers | Adds dynamic transformers defined in alfresco global properties to the ContentTransformerRegistry. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| TransformerConfigImpl | Provides access to transformer configuration and current performance data. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| TransformerConfigLimits | Provides access to transformer limits defined via properties. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| TransformerConfigMBean | | Interface | org.alfresco.repo.content.transform | AlFresco |
|
| TransformerConfigMBeanImpl | | Class | org.alfresco.repo.content.transform | AlFresco |
|
| TransformerConfigProperty | Provides access to a single transformer configuration property depending on the transformer and source and target mimetypes, falling back to defaults. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| TransformerConfigStatistics | Provides a place to store statistics about: a) the combination of transformer, source and target mimetype; | Class | org.alfresco.repo.content.transform | AlFresco |
|
| TransformerConfigSupported | Provides access to the lists of supported and unsupported mimetype transformations defined via properties for all transformers. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| TransformerDebug | Debugs transformers selection and activity. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| TransformerDebugLog | TransformerConfigMBean. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| TransformerInfoException | Wraps an exception that could be thrown in any transformer to propagate it up to NodeInfoBean. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| TransformerLog | TransformerConfigMBean. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| TransformerProperties | Provides access to transformer properties which come from the Transformer sub system AND the those that start with "content. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| TransformerPropertyGetter | Provides access to a String representation of all transformer properties and values where these are sorted into groups. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| TransformerPropertyNameExtractor | Provides access to transformer property names and values. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| TransformerPropertySetter | Provides methods to set and remove transformer properties and values. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| TransformerSelector | Selects a transformer from a supplied list of transformers that appear able to handle a given transformation. | Interface | org.alfresco.repo.content.transform | AlFresco |
|
| TransformerSelectorImpl | Default transformer selector implementation, which sorts by priority and then by average transform time. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| TransformerSelectorImplOriginal | before a selector was introduced. | Class | org.alfresco.repo.content.transform | AlFresco |
|
| TransformerStatistics | Interface to obtain the configuration and performance data for every source, target and transformer combination. | Interface | org.alfresco.repo.content.transform | AlFresco |
|
| TransformerStatisticsImpl | | Class | org.alfresco.repo.content.transform | AlFresco |