public class GenericDocumentProcess extends AmazonS3DocumentProcessUtility implements DocumentProcess
| Constructor and Description |
|---|
GenericDocumentProcess() |
| Modifier and Type | Method and Description |
|---|---|
void |
doProcessDocument(java.lang.String[] documentIdentifiers,
org.apache.manifoldcf.crawler.interfaces.IExistingVersions statuses,
org.apache.manifoldcf.core.interfaces.Specification spec,
org.apache.manifoldcf.crawler.interfaces.IProcessActivity activities,
int jobMode,
boolean usesDefaultAuthority,
com.amazonaws.services.s3.AmazonS3 amazons3Client)
Process documents with out any tika extractor
|
protected static void |
handleClientException(com.amazonaws.AmazonClientException e) |
protected static void |
handleIOException(java.io.IOException e) |
protected static void |
handleServiceException(com.amazonaws.AmazonServiceException e) |
addAllMetaData, addRawMetadata, getDocumentURI, getS3Artifact, getUserspublic void doProcessDocument(java.lang.String[] documentIdentifiers,
org.apache.manifoldcf.crawler.interfaces.IExistingVersions statuses,
org.apache.manifoldcf.core.interfaces.Specification spec,
org.apache.manifoldcf.crawler.interfaces.IProcessActivity activities,
int jobMode,
boolean usesDefaultAuthority,
com.amazonaws.services.s3.AmazonS3 amazons3Client)
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
org.apache.manifoldcf.agents.interfaces.ServiceInterruption
doProcessDocument in interface DocumentProcessdocumentIdentifiers - statuses - spec - activities - jobMode - usesDefaultAuthority - amazons3Client - org.apache.manifoldcf.core.interfaces.ManifoldCFExceptionorg.apache.manifoldcf.agents.interfaces.ServiceInterruptionprotected static void handleIOException(java.io.IOException e)
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
org.apache.manifoldcf.agents.interfaces.ServiceInterruption
org.apache.manifoldcf.core.interfaces.ManifoldCFExceptionorg.apache.manifoldcf.agents.interfaces.ServiceInterruptionprotected static void handleServiceException(com.amazonaws.AmazonServiceException e)
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
org.apache.manifoldcf.agents.interfaces.ServiceInterruption
org.apache.manifoldcf.core.interfaces.ManifoldCFExceptionorg.apache.manifoldcf.agents.interfaces.ServiceInterruptionprotected static void handleClientException(com.amazonaws.AmazonClientException e)
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
org.apache.manifoldcf.agents.interfaces.ServiceInterruption
org.apache.manifoldcf.core.interfaces.ManifoldCFExceptionorg.apache.manifoldcf.agents.interfaces.ServiceInterruption