| Package | Description |
|---|---|
| org.alfresco.repo.content.metadata | |
| org.alfresco.repo.content.metadata.xml | |
| org.alfresco.repo.content.selector | |
| org.alfresco.repo.content.transform |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MetadataEmbedder
Interface for writing metadata properties back into the content file.
|
interface |
MetadataExtracter
Interface for document property extracters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMappingMetadataExtracter
Support class for metadata extracters that support dynamic and config-driven
mapping between extracted values and model properties.
|
class |
DWGMetadataExtracter
Metadata extractor for the
MIMETYPE_APP_DWG
and
MIMETYPE_IMG_DWG
mimetypes. |
class |
HtmlMetadataExtracter
Extracts the following values from HTML documents:
|
class |
JodConverterMetadataExtracter
Extracts values from Open Office documents into the following:
|
class |
MailMetadataExtracter
Outlook MAPI format email meta-data extractor extracting the following values:
|
class |
MP3MetadataExtracter
Extracts the following values from MP3 files:
|
class |
OfficeMetadataExtracter
Office file format Metadata Extracter.
|
class |
OpenDocumentMetadataExtracter
Metadata extractor for the
MIMETYPE_OPENDOCUMENT_XXX
mimetypes. |
class |
PdfBoxMetadataExtracter
Metadata extractor for the PDF documents.
|
class |
PoiMetadataExtracter
POI-based metadata extractor for Office 07 documents.
|
class |
RFC822MetadataExtracter
Metadata extractor for RFC822 mime emails.
|
class |
TikaAudioMetadataExtracter
A Metadata Extractor which makes use of the Apache
Tika Audio Parsers to extract metadata from your
media files.
|
class |
TikaAutoMetadataExtracter
A Metadata Extractor which makes use of the Apache
Tika auto-detection to select the best parser
to extract the metadata from your document.
|
class |
TikaPoweredMetadataExtracter
The parent of all Metadata Extractors which use
Apache Tika under the hood.
|
class |
TikaSpringConfiguredMetadataExtracter
A Metadata Extractor which makes use of Apache Tika,
and allows the selection of the Tika parser to be
sprung-in to extract the metadata from your document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XmlMetadataExtracter
A metadata extractor that selects an appropiate workder for the extraction.
|
class |
XPathMetadataExtracter
An extracter that pulls values from XML documents using configurable XPath
statements.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContentWorkerSelector<W extends ContentWorker>
An interface instances that are able to identify content based on the
content reader.
|
class |
RootElementNameContentWorkerSelector<W extends ContentWorker>
A selector that looks at the root node of an XML document to determine which worker to provide.
|
class |
XPathContentWorkerSelector<W extends ContentWorker>
A selector that executes a set of XPath statements against the XML document to determine
which content worker to provide.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContentTransformer
Deprecated.
The RenditionService is being replace by the simpler async RenditionService2.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractContentTransformer
Deprecated.
Deprecated since 3.0. The abstract base class org.alfresco.repo.content.transform.AbstractContentTransformer2 should now be used instead.
|
class |
AbstractContentTransformer2
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
AbstractContentTransformerLimits
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
AbstractRemoteContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
AppleIWorksContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
ArchiveContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
BinaryPassThroughContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
ComplexContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
EMLTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
FailoverContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
HtmlParserContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
MailContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
MediaWikiContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
OOXMLThumbnailContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
PdfBoxContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
PoiContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
PoiHssfContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
PoiOOXMLContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
ProxyContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
StringExtractingContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
TextMiningContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
TextToPdfContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
TikaAutoContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
TikaPoweredContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
TikaSpringConfiguredContentTransformer
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.