@Deprecated public class TikaPoweredContainerExtractor extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TikaPoweredContainerExtractor.ExtractorActionExecutor
Deprecated.
This action executor allows you to trigger extraction as an
action, perhaps from a rule.
|
| Constructor and Description |
|---|
TikaPoweredContainerExtractor()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<org.alfresco.service.cmr.repository.NodeRef> |
extract(org.alfresco.service.cmr.repository.NodeRef source,
List<String> mimetypes)
Deprecated.
Extracts out all the entries from the container
that match the supplied list of mime types.
|
void |
setContentService(ContentService contentService)
Deprecated.
Injects the contentService bean.
|
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
Deprecated.
Injects the nodeService bean.
|
void |
setTikaConfig(org.apache.tika.config.TikaConfig tikaConfig)
Deprecated.
Injects the TikaConfig to use
|
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
nodeService - the nodeService.public void setContentService(ContentService contentService)
contentService - the contentService.public void setTikaConfig(org.apache.tika.config.TikaConfig tikaConfig)
tikaConfig - The Tika Config to usepublic List<org.alfresco.service.cmr.repository.NodeRef> extract(org.alfresco.service.cmr.repository.NodeRef source, List<String> mimetypes)
Copyright © 2005–2018 Alfresco Software. All rights reserved.