Class | Description |
---|---|
CrawlerAction |
An action taken by the crawler during success or fail of one of its lifecycle
states: preIngest, postIngestSuccess, or postIngestFail .
|
CrawlerActionRepo |
A repository and reader for
CrawlerAction s associated with Crawler
lifecycle phases: preIngest, postIngestSuccess and postIngestFail. |
DeleteFile |
Deletes a product file as a
CrawlerAction response. |
EmailNotification |
This action sends an email notification.
|
ExternAction |
Execute some external command as a
CrawlerAction response. |
FileBasedAction |
This class provides some basic support for actions revolving around files.
|
FilemgrUniquenessChecker |
Check whether a product exists in the database already
|
FileSettings |
This class captures settings used in FileBased actions and the FileExists
precondition.
|
GroupAction |
Support of a GroupAction could go a ways to simplify command line
specification of actions to run.
|
IngestAncillary |
This action allows the crawler to ingest an ancillary file while crawling
other files.
|
MimeTypeCrawlerAction |
Calls a
CrawlerAction if this File matches the specified set
of internal MimeTypeCrawlerAction.mimeTypes . |
MoveFile |
Moves a
Product file as a reponse to a Crawler lifecycle phase |
SolrIndexingAction |
Crawler action that ingests the product metadata into the configured Solr index.
|
TernaryAction |
While branching seems more along the lines of a workflow deal having support
for decisions based on success or failure of an action can help support
slightly more complex ingest scenarios.
|
ToggleAction |
Allows for cases where there are one of two (or more) actions which needs to
run.
|
WorkflowMgrStatusUpdate |
Updates the Workflow Manager and notifies it that the crawled
Product
has been ingested successfully. |
Enum | Description |
---|---|
CrawlerActionPhases |
Supported Crawler Phases.
|
Copyright © 1999–2017 Apache OODT. All rights reserved.