Uses of Interface
org.alfresco.repo.content.ContentWorker
Packages that use ContentWorker
Package
Description
-
Uses of ContentWorker in org.alfresco.repo.content.metadata
Subinterfaces of ContentWorker in org.alfresco.repo.content.metadataModifier and TypeInterfaceDescriptioninterfaceInterface for writing metadata properties back into the content file.interfaceInterface for document property extracters.Classes in org.alfresco.repo.content.metadata that implement ContentWorkerModifier and TypeClassDescriptionclassSupport class for metadata extracters that support dynamic and config-driven mapping between extracted values and model properties.classRequests an extract of metadata via a remote async transform usingRenditionService2.transform(NodeRef, TransformDefinition).classDeprecated.OOTB extractors have 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 ContentWorkerModifier and TypeClassDescriptionclassDeprecated.classAn 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 ContentWorkerModifier and TypeInterfaceDescriptioninterfaceContentWorkerSelector<W extends ContentWorker>An interface instances that are able to identify content based on the content reader.classA 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.