Package | Description |
---|---|
org.apache.oodt.cas.crawl.action |
Modifier and Type | Class and Description |
---|---|
class |
DeleteFile
Deletes a product file as a
CrawlerAction response. |
class |
EmailNotification
This action sends an email notification.
|
class |
ExternAction
Execute some external command as a
CrawlerAction response. |
class |
FileBasedAction
This class provides some basic support for actions revolving around files.
|
class |
FilemgrUniquenessChecker
Check whether a product exists in the database already
|
class |
GroupAction
Support of a GroupAction could go a ways to simplify command line
specification of actions to run.
|
class |
IngestAncillary
This action allows the crawler to ingest an ancillary file while crawling
other files.
|
class |
MimeTypeCrawlerAction
Calls a
CrawlerAction if this File matches the specified set
of internal MimeTypeCrawlerAction.mimeTypes . |
class |
MoveFile
Moves a
Product file as a reponse to a Crawler lifecycle phase |
class |
SolrIndexingAction
Crawler action that ingests the product metadata into the configured Solr index.
|
class |
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.
|
class |
ToggleAction
Allows for cases where there are one of two (or more) actions which needs to
run.
|
class |
WorkflowMgrStatusUpdate
Updates the Workflow Manager and notifies it that the crawled
Product
has been ingested successfully. |
Modifier and Type | Method and Description |
---|---|
CrawlerAction |
ToggleAction.Toggle.getCrawlerAction() |
Modifier and Type | Method and Description |
---|---|
Set<CrawlerAction> |
CrawlerActionRepo.getActions() |
List<CrawlerAction> |
CrawlerActionRepo.getPostIngestOnFailActions() |
List<CrawlerAction> |
CrawlerActionRepo.getPostIngestOnSuccessActions() |
List<CrawlerAction> |
CrawlerActionRepo.getPreIngestActions() |
Modifier and Type | Method and Description |
---|---|
void |
MimeTypeCrawlerAction.setActionToCall(CrawlerAction actionToCall) |
void |
TernaryAction.setConditionAction(CrawlerAction conditionAction) |
void |
ToggleAction.Toggle.setCrawlerAction(CrawlerAction action) |
void |
TernaryAction.setFailureAction(CrawlerAction failureAction) |
void |
TernaryAction.setSuccessAction(CrawlerAction successAction) |
Modifier and Type | Method and Description |
---|---|
void |
GroupAction.setActionsToCall(List<CrawlerAction> actionsToCall) |
Copyright © 1999–2017 Apache OODT. All rights reserved.