| Name | Description | Type | Package | Framework |
| CrawlerAction | An action taken by the crawler during success or fail of one of its lifecycle states: preIngest, postIngestSuccess, or postIngestFail . | Class | org.apache.oodt.cas.crawl.action | Apache OODT |
| CrawlerActionPhases | enum CrawlerActionPhasesSupported Crawler Phases. | Class | org.apache.oodt.cas.crawl.action | Apache OODT |
| CrawlerActionRepo | A repository and reader for CrawlerActions associated with Crawler lifecycle phases: preIngest, postIngestSuccess and postIngestFail. | Class | org.apache.oodt.cas.crawl.action | Apache OODT |
| DeleteFile | Deletes a product file as a CrawlerAction response. | Class | org.apache.oodt.cas.crawl.action | Apache OODT |
| EmailNotification | This action sends an email notification. | Class | org.apache.oodt.cas.crawl.action | Apache OODT |
| ExternAction | Execute some external command as a CrawlerAction response. | Class | org.apache.oodt.cas.crawl.action | Apache OODT |
| FileBasedAction | This class provides some basic support for actions revolving around files. | Class | org.apache.oodt.cas.crawl.action | Apache OODT |
| FilemgrUniquenessChecker | Check whether a product exists in the database alreadyAuthor:bfoster (Brian Foster) | Class | org.apache.oodt.cas.crawl.action | Apache OODT |
| FileSettings | This class captures settings used in FileBased actions and the FileExists precondition. | Class | org.apache.oodt.cas.crawl.action | Apache OODT |
| GroupAction | Support of a GroupAction could go a ways to simplify command line specification of actions to run. | Class | org.apache.oodt.cas.crawl.action | Apache OODT |
| IngestAncillary | This action allows the crawler to ingest an ancillary file while crawling other files. | Class | org.apache.oodt.cas.crawl.action | Apache OODT |
| MimeTypeCrawlerAction | Calls a CrawlerAction if this File matches the specified set of internal mimeTypes. | Class | org.apache.oodt.cas.crawl.action | Apache OODT |
| MoveFile | Moves a Product file as a reponse to a Crawler lifecycle phaseAuthor:bfoster (Brian Foster), mattmann (Chris Mattmann) | Class | org.apache.oodt.cas.crawl.action | Apache OODT |
| SolrIndexingAction | Crawler action that ingests the product metadata into the configured Solr index. | Class | org.apache.oodt.cas.crawl.action | Apache OODT |
| 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 | Class | org.apache.oodt.cas.crawl.action | Apache OODT |
| ToggleAction | Allows for cases where there are one of two (or more) actions which needs to run. | Class | org.apache.oodt.cas.crawl.action | Apache OODT |
| WorkflowMgrStatusUpdate | Updates the Workflow Manager and notifies it that the crawled Product has been ingested successfully. | Class | org.apache.oodt.cas.crawl.action | Apache OODT |