Uses of Interface
org.alfresco.repo.content.ContentWorker
-
Packages that use ContentWorker Package Description org.alfresco.repo.content.metadata org.alfresco.repo.content.metadata.xml org.alfresco.repo.content.selector org.alfresco.repo.content.transform -
-
Uses of ContentWorker in org.alfresco.repo.content.metadata
Subinterfaces of ContentWorker in org.alfresco.repo.content.metadata Modifier and Type Interface Description interfaceMetadataEmbedderInterface for writing metadata properties back into the content file.interfaceMetadataExtracterInterface for document property extracters.Classes in org.alfresco.repo.content.metadata that implement ContentWorker Modifier and Type Class Description classAbstractMappingMetadataExtracterSupport class for metadata extracters that support dynamic and config-driven mapping between extracted values and model properties.classDWGMetadataExtracterMetadata extractor for theMIMETYPE_APP_DWGandMIMETYPE_IMG_DWGmimetypes.classHtmlMetadataExtracterExtracts the following values from HTML documents:classJodConverterMetadataExtracterExtracts values from Open Office documents into the following:classMailMetadataExtracterOutlook MAPI format email meta-data extractor extracting the following values:classMP3MetadataExtracterExtracts the following values from MP3 files:classOfficeMetadataExtracterOffice file format Metadata Extracter.classOpenDocumentMetadataExtracterMetadata extractor for theMIMETYPE_OPENDOCUMENT_XXXmimetypes.classPdfBoxMetadataExtracterMetadata extractor for the PDF documents.classPoiMetadataExtracterPOI-based metadata extractor for Office 07 documents.classRFC822MetadataExtracterMetadata extractor for RFC822 mime emails.classTikaAudioMetadataExtracterA Metadata Extractor which makes use of the Apache Tika Audio Parsers to extract metadata from your media files.classTikaAutoMetadataExtracterA Metadata Extractor which makes use of the Apache Tika auto-detection to select the best parser to extract the metadata from your document.classTikaPoweredMetadataExtracterThe parent of all Metadata Extractors which use Apache Tika under the hood.classTikaSpringConfiguredMetadataExtracterA 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. -
Uses of ContentWorker in org.alfresco.repo.content.metadata.xml
Classes in org.alfresco.repo.content.metadata.xml that implement ContentWorker Modifier and Type Class Description classXmlMetadataExtracterA metadata extractor that selects an appropiate workder for the extraction.classXPathMetadataExtracterAn extracter that pulls values from XML documents using configurable XPath statements. -
Uses of ContentWorker in org.alfresco.repo.content.selector
Classes in org.alfresco.repo.content.selector with type parameters of type ContentWorker Modifier and Type Interface Description interfaceContentWorkerSelector<W extends ContentWorker>An interface instances that are able to identify content based on the content reader.classRootElementNameContentWorkerSelector<W extends ContentWorker>A selector that looks at the root node of an XML document to determine which worker to provide.classXPathContentWorkerSelector<W extends ContentWorker>A selector that executes a set of XPath statements against the XML document to determine which content worker to provide. -
Uses of ContentWorker in org.alfresco.repo.content.transform
Subinterfaces of ContentWorker in org.alfresco.repo.content.transform Modifier and Type Interface Description interfaceContentTransformerDeprecated.The RenditionService is being replace by the simpler async RenditionService2.Classes in org.alfresco.repo.content.transform that implement ContentWorker Modifier and Type Class Description classAbstractContentTransformerDeprecated.Deprecated since 3.0.classAbstractContentTransformer2Deprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classAbstractContentTransformerLimitsDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classAbstractRemoteContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classAppleIWorksContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classArchiveContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classBinaryPassThroughContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classComplexContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classEMLTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classFailoverContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classHtmlParserContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classMailContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classMediaWikiContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classOOXMLThumbnailContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classPdfBoxContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classPoiContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classPoiHssfContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classPoiOOXMLContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classProxyContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classStringExtractingContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classTextMiningContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classTextToPdfContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classTikaAutoContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classTikaPoweredContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classTikaSpringConfiguredContentTransformerDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
-