Package | Description |
---|---|
org.alfresco.repo.content.metadata | |
org.alfresco.repo.content.metadata.xml |
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 |
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 |
OpenOfficeMetadataExtracter
Extracts values from Star Office documents into the following:
|
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 | Method and Description |
---|---|
MetadataExtracter |
MetadataExtracterRegistry.getExtracter(String sourceMimetype)
Gets the best metadata extracter.
|
Modifier and Type | Method and Description |
---|---|
void |
MetadataExtracterRegistry.register(MetadataExtracter extracter)
Register an instance of an extracter for use
|
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 | Method and Description |
---|---|
void |
XmlMetadataExtracter.setSelectors(List<ContentWorkerSelector<MetadataExtracter>> selectors)
Sets the list of metadata selectors to use to find the extracter to use,
given some content.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.