public interface IOutputAddActivity extends IOutputQualifyActivity, IOutputHistoryActivity, IOutputCheckActivity
Modifier and Type | Field and Description |
---|---|
static String |
_rcsid |
CREATED_DIRECTORY, EXCEPTION, EXCLUDED_CONTENT, EXCLUDED_DATE, EXCLUDED_LENGTH, EXCLUDED_MIMETYPE, EXCLUDED_URL, HTTP_ERROR, IOEXCEPTION, UNKNOWN_SECURITY
Modifier and Type | Method and Description |
---|---|
void |
noDocument()
Send NO document via the pipeline to the next output connection.
|
int |
sendDocument(String documentURI,
RepositoryDocument document)
Send a document via the pipeline to the next output connection.
|
qualifyAccessToken
recordActivity
checkDateIndexable, checkDocumentIndexable, checkLengthIndexable, checkMimeTypeIndexable, checkURLIndexable
static final String _rcsid
int sendDocument(String documentURI, RepositoryDocument document) throws ManifoldCFException, ServiceInterruption, IOException
documentURI
- is the document's URI.document
- is the document data to be processed (handed to the output data store).IOException
- only if there's an IO error reading the data from the document.ManifoldCFException
ServiceInterruption
void noDocument() throws ManifoldCFException, ServiceInterruption