public class TikaPoweredContainerExtractor
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TikaPoweredContainerExtractor.ExtractorActionExecutor
This action executor allows you to trigger extraction as an
action, perhaps from a rule.
|
| Constructor and Description |
|---|
TikaPoweredContainerExtractor() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
extract(org.alfresco.service.cmr.repository.NodeRef source,
java.util.List mimetypes)
Extracts out all the entries from the container
that match the supplied list of mime types.
|
void |
setContentService(ContentService contentService)
Injects the contentService bean.
|
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
Injects the nodeService bean.
|
void |
setTikaConfig(org.apache.tika.config.TikaConfig tikaConfig)
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 java.util.List extract(org.alfresco.service.cmr.repository.NodeRef source,
java.util.List mimetypes)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.