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.classDWGMetadataExtracterDeprecated.OOTB extractors are being moved to T-Engines.classHtmlMetadataExtracterDeprecated.OOTB extractors are being moved to T-Engines.classJodConverterMetadataExtracterDeprecated.OOTB extractors are being moved to T-Engines.classMailMetadataExtracterDeprecated.OOTB extractors are being moved to T-Engines.classMP3MetadataExtracterDeprecated.OOTB extractors are being moved to T-Engines.classOfficeMetadataExtracterDeprecated.OOTB extractors are being moved to T-Engines.classOpenDocumentMetadataExtracterDeprecated.OOTB extractors are being moved to T-Engines.classPdfBoxMetadataExtracterDeprecated.OOTB extractors are being moved to T-Engines.classPoiMetadataExtracterDeprecated.OOTB extractors are being moved to T-Engines.classRFC822MetadataExtracterDeprecated.OOTB extractors are being moved to T-Engines.classTikaAudioMetadataExtracterDeprecated.OOTB extractors are being moved to T-Engines.classTikaAutoMetadataExtracterDeprecated.OOTB extractors are being moved to T-Engines.classTikaPoweredMetadataExtracterDeprecated.extractors have been moved to a T-Engine.classTikaSpringConfiguredMetadataExtracterDeprecated.OOTB extractors are being moved to T-Engines. -
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.
-